IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 4:02:42 PM (17 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/magic/remove/src/Makefile.simple

    r24761 r25406  
    3636
    3737STREAKSFLAGS=-DSTREAKS_COMPRESS_OUTPUT=1
    38 OPTFLAGS= -g -O2
     38OPTFLAGS= -g -O2 -Wall -Werror
    3939#OPTFLAGS= -g
    40 CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS}
    41 #CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS}
    42 LDFLAGS=`psmodules-config --libs`
     40CFLAGS=`psmodules-config --cflags` `pslib-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS}
     41#CFLAGS=`psmodules-config --cflags` `pslib-config --cflags` -std=gnu99 ${OPTFLAGS}
     42LDFLAGS=`psmodules-config --libs` `pslib-config --libs`
    4343
    4444PROGRAMS= streaksremove streaksreplace streakscompare streaksrelease isdestreaked
Note: See TracChangeset for help on using the changeset viewer.