[PD-cvs] externals/ann/src makefile.linux,1.4,1.5

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Thu May 19 16:18:04 CEST 2005


Update of /cvsroot/pure-data/externals/ann/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30865

Modified Files:
	makefile.linux 
Log Message:
added a target "ann" to build as a single library


Index: makefile.linux
===================================================================
RCS file: /cvsroot/pure-data/externals/ann/src/makefile.linux,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile.linux	19 May 2005 14:06:39 -0000	1.4
--- makefile.linux	19 May 2005 14:17:53 -0000	1.5
***************
*** 72,75 ****
--- 72,86 ----
  	$(STRIP) $(STRIPFLAGS) "$*.pd_linux"
  
+ 
+ ann: $(TARGETS:%.c=%.o)
+ 	$(CC) $(CFLAGS) $(INCLUDE) -o ann.o -c ann.c
+ 	$(CC) $(LDFLAGS) -o ann.pd_linux *.o $(LIBS)
+ 	$(STRIP) $(STRIPFLAGS) ann.pd_linux
+ 
+ %.o: %.c
+ 	$(CC) $(CFLAGS) $(INCLUDE) -o "$*.o" -c "$*.c"
+ 
+ 
+ 
  everything: clean all install distclean
  





More information about the Pd-cvs mailing list