Changeset 25082 for trunk/magic/remove/src/Makefile.simple
- Timestamp:
- Aug 14, 2009, 3:58:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/Makefile.simple (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/Makefile.simple
r24761 r25082 36 36 37 37 STREAKSFLAGS=-DSTREAKS_COMPRESS_OUTPUT=1 38 OPTFLAGS= -g -O2 38 OPTFLAGS= -g -O2 -Wall -Werror 39 39 #OPTFLAGS= -g 40 CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS}41 #CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS}42 LDFLAGS=`psmodules-config --libs` 40 CFLAGS=`psmodules-config --cflags` `pslib-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS} 41 #CFLAGS=`psmodules-config --cflags` `pslib-config --cflags` -std=gnu99 ${OPTFLAGS} 42 LDFLAGS=`psmodules-config --libs` `pslib-config --libs` 43 43 44 44 PROGRAMS= streaksremove streaksreplace streakscompare streaksrelease isdestreaked
Note:
See TracChangeset
for help on using the changeset viewer.
