Changeset 548 for branches/PublicaMundi_David-devel/thirds/cgic206/Makefile
- Timestamp:
- Feb 2, 2015, 9:55:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/thirds/cgic206/Makefile
r346 r548 16 16 RANLIB=ranlib 17 17 18 all: libcgic.a cgictest.cgi capture18 all: libcgic.a 19 19 20 20 install: libcgic.a … … 31 31 #mingw32 and cygwin users: replace .cgi with .exe 32 32 33 cgictest.cgi: cgictest.o libcgic.a34 gcc cgictest.o -o cgictest.cgi ${LIBS}33 #cgictest.cgi: cgictest.o libcgic.a 34 # gcc cgictest.o -o cgictest.cgi ${LIBS} 35 35 36 capture: capture.o libcgic.a37 gcc capture.o -o capture ${LIBS}36 #capture: capture.o libcgic.a 37 # gcc capture.o -o capture ${LIBS} 38 38 39 39 clean: 40 rm -f *.o *.a cgictest.cgi capture40 rm -f *.o *.a #cgictest.cgi capture 41 41
Note: See TracChangeset
for help on using the changeset viewer.