stage4/generate_iec/Makefile
changeset 159 1e4eb0d48385
parent 54 66925599259a
child 243 bdfee1f5be9e
equal deleted inserted replaced
158:eb8a5df69bb0 159:1e4eb0d48385
     4 default: all
     4 default: all
     5 
     5 
     6 all: generate_iec.o
     6 all: generate_iec.o
     7 
     7 
     8 clean:
     8 clean:
     9 	-rm -f Makefile.depend
     9 	echo > Makefile.depend
    10 	-rm -f *.o */*.o 
    10 	-rm -f *.o */*.o 
    11 
    11 
    12 #get warnings, debugging information and optimization
    12 #get warnings, debugging information and optimization
    13 #CXXFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
    13 #CXXFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
    14 # CXXFLAGS += -Werror
    14 # CXXFLAGS += -Werror