]> granicus.if.org Git - flex/commitdiff
we used INCLUDES in another place in the Makefile.am files in the test suite
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 27 Sep 2002 20:58:52 +0000 (20:58 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 27 Sep 2002 20:58:52 +0000 (20:58 +0000)
32 files changed:
tests/test-array-nr/Makefile.am
tests/test-array-r/Makefile.am
tests/test-basic-nr/Makefile.am
tests/test-basic-r/Makefile.am
tests/test-bison-nr/Makefile.am
tests/test-bison-yylloc/Makefile.am
tests/test-bison-yylval/Makefile.am
tests/test-c++-basic/Makefile.am
tests/test-c-cpp-nr/Makefile.am
tests/test-c-cpp-r/Makefile.am
tests/test-debug-nr/Makefile.am
tests/test-debug-r/Makefile.am
tests/test-header-nr/Makefile.am
tests/test-header-r/Makefile.am
tests/test-include-by-buffer/Makefile.am
tests/test-include-by-reentrant/Makefile.am
tests/test-lineno-nr/Makefile.am
tests/test-lineno-r/Makefile.am
tests/test-mem-nr/Makefile.am
tests/test-mem-r/Makefile.am
tests/test-multiple-scanners-nr/Makefile.am
tests/test-multiple-scanners-r/Makefile.am
tests/test-posix/Makefile.am
tests/test-posixly-correct/Makefile.am
tests/test-prefix-nr/Makefile.am
tests/test-prefix-r/Makefile.am
tests/test-pthread/Makefile.am
tests/test-reject/Makefile.am
tests/test-string-nr/Makefile.am
tests/test-string-r/Makefile.am
tests/test-table-opts/Makefile.am
tests/test-yyextra/Makefile.am

index 4cf1c7733c90919fec980f64c33dd1e738c7263d..c92690ee9e83c3c3ed434c1a6fa29566831cb29f 100644 (file)
@@ -45,4 +45,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index d2b2c37b29723fab239dcbd8e42f3f4734c6c3e9..5e1fdfee13b6efe3b0c5139684b680152dbf9f73 100644 (file)
@@ -42,4 +42,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 18bb96ce90341d0346758e50e46da80e9fd336cd..be2a7c261f5419c94bd0a9c798e3d8e0681a4417 100644 (file)
@@ -45,4 +45,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 3e6883d7a7d2ad9a4be4a3d086825009abba52ef..9acf436b4fc5d3cca2428b0eac5388d1c4d160e0 100644 (file)
@@ -45,4 +45,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 412c409191893bee4cc7837bc7cd510199c6d2eb..92a2f634ba6096761b2a7cad1fbd426a2757f599 100644 (file)
@@ -45,7 +45,7 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
 
 parser.h: parser.c
 scanner.c main.o: parser.h
index 7c095524490928a950665ffa96cf3a3de027d176..087fc1aa0fb41a4005655a623f85335a9125636e 100644 (file)
@@ -45,7 +45,7 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
 
 parser.h: parser.c
 scanner.c main.o: parser.h
index 401a1ab5ec2bfff2c48e41901de1fc06a8489117..692f2fab02797c8a4ec8726984755fbb6862c621 100644 (file)
@@ -45,7 +45,7 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
 
 parser.h: parser.c
 main.o: parser.h
index 42514312b576bfa8eb9d3c55ab72e7ea85aba686..d597c9ac6af0609cc6e8d7c265bfe1104e08cb24 100644 (file)
@@ -42,4 +42,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .cpp.o:
-       $(CXX) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CXX) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 80cd6a59585c004130222bee82ca26fd3d3d8cfc..6a932bab2d7e9d11a117e6cd9f7e390dcfef1742 100644 (file)
@@ -42,4 +42,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .cpp.o:
-       $(CXX) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $<
+       $(CXX) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $<
index fc0da7457c7289e504b6ef4a961d526d7c5fddbc..e1437250b39cb5d260466db9b4528f74250fd051 100644 (file)
@@ -42,4 +42,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .cpp.o:
-       $(CXX) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $<
+       $(CXX) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $<
index 61b377a2da18de8fa418e1f6d710ab12188ab72f..a3148f8f807801d00db9bd1c365df414ac91c2ff 100644 (file)
@@ -41,4 +41,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 217441d9d908b5800b4dc90e1c9cf9936447cfd4..6ae5c4dacf36653f506360c262ebc2e3c3784896 100644 (file)
@@ -41,4 +41,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 3b955536757a7a904499e02a2a9ce1ddbbef80ac..ee18dc68e96c070db92194e37479e06c5992db98 100644 (file)
@@ -45,7 +45,7 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
 
 scanner.h: scanner.c
 main.o: scanner.h
index 3a0b26ff07ff7b0e146ed5898ccc71f548cbe37c..9b1de2b297b8b5520d6bf397b1c4abc57e2a4edc 100644 (file)
@@ -46,7 +46,7 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
 
 scanner.h: scanner.c
 main.o: scanner.h
index b3988ec6e3bbf878d0c793cc2266b6a0f8c6d853..181d17462a7deab82c5a16d79d269a676ad3b137 100644 (file)
@@ -46,4 +46,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) $(srcdir)/test-1.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index c51c800ff5a49e8f4a177adea3afc216dc00fd50..366b1da82fc5a77c1388803cb4700b1ea8587059 100644 (file)
@@ -46,4 +46,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname) $(srcdir)/test-1.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 09e06e3119f44b18b6504b68bc11961a7ce02c5b..b8c784a08ea6e5278b7dd8df9e808535b278d9e7 100644 (file)
@@ -42,4 +42,4 @@ test: $(testname)$(EXEEXT)
             `./$(testname)$(EXEEXT) 1 < $(srcdir)/test.input` || exit 1
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 64e536ced66ec0cfa54fb7e008f58acc7699302e..7bd8449021ded4897b7bdda2a3dfca6d41596b28 100644 (file)
@@ -42,4 +42,4 @@ test: $(testname)$(EXEEXT)
             `./$(testname)$(EXEEXT) 1 < $(srcdir)/test.input` || exit 1
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 49086afa2c1697392799e1517fb2e8ce99112af4..159518e0a4498f61495f5063f03289cdf3d8f1ef 100644 (file)
@@ -41,4 +41,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 6782ab897694cc2a85071428115bc09d58a4e7e0..a86c30934e662dcc337737288f39d90a2f6b31d9 100644 (file)
@@ -41,4 +41,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index ad1fd4c3ec115a76ad3477148c29775859cc61f0..55ede977b1edf6c3c93f7f6a39255ffbb9096740 100644 (file)
@@ -45,7 +45,7 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT)
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
 
 main.o: scanner-1.h scanner-2.h
 scanner-1.h: scanner-1.c
index 2b4dc4c9cc91d27e056ba6738d387d439629d360..73ce1b8d912857ed923429908787520bdf22d1f3 100644 (file)
@@ -47,7 +47,7 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT)
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
 
 main.o: scanner-1.h scanner-2.h
 scanner-1.h: scanner-1.c
index 09f26a0e51422843746150b7dfba61f485bae1df..34b8043fa766b9a011fc7b9ad38d56f84f44fe72 100644 (file)
@@ -42,4 +42,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT)
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 19b76d16e383f9160dbe21ccd50ed9b33512e0ec..26cd612566036ffbd39857bea50add1113cf9dec 100644 (file)
@@ -42,4 +42,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT)
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 3a2a4563dc3dffd5984f18b6e70ab991ae090d35..9fabafe9141e14e9871fd37f549f86365c66bcee 100644 (file)
@@ -46,4 +46,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index f353d57ba4d2c41d4613d2da71d6762355eadbbe..aa87fd39cb9cfe24ceb4df28306ed83ba5daa5ea 100644 (file)
@@ -46,4 +46,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index e6cb60ebdfdf618962fa9f9fb0d019c27fb13282..fe3d99bd6e55ccc3b35bbeb97daad8f9418b39a6 100644 (file)
@@ -43,4 +43,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname) $(srcdir)/test-*.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 2a105a46b6b8e350a2fa539c16dcb9944dc2b3d8..a70450c442eb0530c122d0544ae82de2dfced465 100644 (file)
@@ -66,4 +66,4 @@ test: $(tests)
        ./$(testname)-ser$(EXEEXT) $(testname)-ser.tables < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 5377b0deebac8e53926d9a975a9a0ff3c9e3c6c0..6bed9a4bdb8075355d424003162ba6a22fecb7f2 100644 (file)
@@ -43,4 +43,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT)
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 2baf130bfc7eab3dc376dc2144a5a73111d38191..1fa9e936af4ed9dd2492c1e72070638c6cf18a0b 100644 (file)
@@ -43,4 +43,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT)
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
index 0e8cddef28d9e3e01b57026715c792f9cdf46590..470812ac6adad7a445f590bac421ae0b2b891ed4 100644 (file)
@@ -123,7 +123,7 @@ test-mul: $(serexe)
        done
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
 
 .PHONY: test-table-opts test test-opt test-ser test-ver test-mul
 .SECONDARY: $(allobj) $(allsrc)
index 331c39c78664a97aac5df0b18493a8c4c0a1948d..fcf0a24fc00103e92517e64fb6bc02b37092c257 100644 (file)
@@ -46,4 +46,4 @@ test: $(testname)$(EXEEXT)
        ./$(testname)$(EXEEXT) < $(srcdir)/test.input
 
 .c.o:
-       $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+       $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<