SCM Repository
View of /branches/pure-cfg/src/lib/Makefile.in
Parent Directory
|
Revision Log
Revision 566 -
(download)
(annotate)
Thu Feb 24 19:29:51 2011 UTC (11 years, 3 months ago) by jhr
File size: 241 byte(s)
Thu Feb 24 19:29:51 2011 UTC (11 years, 3 months ago) by jhr
File size: 241 byte(s)
Working on build scripts for Diderot test programs
# Makefile for Diderot runtime code # SHELL = @SHELL@ CC = @CC@ INCLUDE_PATHS = -I../include -I@TEEM_DIR@/include CPPFLAGS += $(INCLUDE_PATHS) diderot.o: diderot.c ../include/Diderot/diderot.h $(CC) -c $(CFLAGS) $(CPPFLAGS) diderot.c
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |