Changeset 21156 for trunk/magic/remove/src/Makefile.simple
- Timestamp:
- Jan 23, 2009, 3:05:43 PM (17 years ago)
- Location:
- trunk/magic/remove/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Makefile.simple (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src
- Property svn:ignore
-
old new 2 2 streaksreplace 3 3 streakscompare 4 streaksrelease
-
- Property svn:ignore
-
trunk/magic/remove/src/Makefile.simple
r21085 r21156 6 6 COMMON_OBJECTS = \ 7 7 streaksio.o \ 8 streaksutil.o 8 streaksutil.o \ 9 streaksastrom.o 9 10 10 11 REMOVE_OBJECTS= \ 11 12 ${COMMON_OBJECTS} \ 12 13 streaksremove.o \ 13 streaksastrom.o \14 14 streaksextern.o \ 15 15 warpedpixels.o \ … … 30 30 STREAKSFLAGS=-DSTREAKS_COMPRESS_OUTPUT=1 31 31 OPTFLAGS= -g 32 #CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS}33 CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS}32 CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS} 33 #CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} 34 34 LDFLAGS=`psmodules-config --libs` 35 35
Note:
See TracChangeset
for help on using the changeset viewer.
