SCM Repository
[diderot] / trunk / src / lib / Makefile.in |
View of /trunk/src/lib/Makefile.in
Parent Directory
|
Revision Log
Revision 1115 -
(download)
(annotate)
Thu May 5 04:42:18 2011 UTC (9 years, 11 months ago) by jhr
File size: 695 byte(s)
Thu May 5 04:42:18 2011 UTC (9 years, 11 months ago) by jhr
File size: 695 byte(s)
More merging of pure-cfg back into trunk
# Makefile for Diderot runtime code # SHELL = @SHELL@ CC = @CC@ @CFLAG_M64@ CFLAGS = @CFLAGS@ -DNDEBUG INCLUDE_PATHS = -I../include -I@TEEM_DIR@/include CPPFLAGS += $(INCLUDE_PATHS) C_SRCS = main.c diderot.c C_OBJS = $(addsuffix .o,$(basename $(notdir $(C_SRCS)))) .PHONY: build local-install \ clean distclean devclean local-install: build build: diderot-lib.o diderot-lib.o: $(C_OBJS) $(LD) -r -o diderot-lib.o $(C_OBJS) main.o: main.c ../include/Diderot/diderot.h $(CC) -c $(CFLAGS) $(CPPFLAGS) main.c diderot.o: diderot.c ../include/Diderot/diderot.h $(CC) -c $(CFLAGS) $(CPPFLAGS) diderot.c clean: rm -f $(C_OBJS) distclean: clean rm -f Makefile devclean: distclean
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |