equal
deleted
inserted
replaced
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 |