diff options
Diffstat (limited to 'ue2/imgsynth2/Makefile')
| -rw-r--r-- | ue2/imgsynth2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ue2/imgsynth2/Makefile b/ue2/imgsynth2/Makefile index cbf3d33..d8f3372 100644 --- a/ue2/imgsynth2/Makefile +++ b/ue2/imgsynth2/Makefile | |||
| @@ -5,15 +5,16 @@ | |||
| 5 | CC= g++ | 5 | CC= g++ |
| 6 | LD= $(CC) | 6 | LD= $(CC) |
| 7 | DEBUGFLAGS= -DNDEBUG | 7 | DEBUGFLAGS= -DNDEBUG |
| 8 | CFLAGS= -O -ansi -pedantic-errors -Wall $(DEBUGFLAGS) | 8 | #TODO CFLAGS= -O -ansi -pedantic-errors -Wall -I/usr/local/include $(DEBUGFLAGS) |
| 9 | CFLAGS= -O -ansi -Wall -I/usr/local/include $(DEBUGFLAGS) | ||
| 9 | LDFLAGS= | 10 | LDFLAGS= |
| 10 | LIBS= -lboost_program_options | 11 | LIBS= -L/usr/local/lib -lboost_program_options |
| 11 | 12 | ||
| 12 | BIN= imgsynth2 | 13 | BIN= imgsynth2 |
| 13 | OBJS= cpixelformat_bgr24.o cpixelformat_bgr555.o \ | 14 | OBJS= cpixelformat_bgr24.o cpixelformat_bgr555.o \ |
| 14 | cbitmap.o cscriptparser.o imgsynth2.o | 15 | cwindowsbitmap.o cbitmap.o cscriptparser.o imgsynth2.o |
| 15 | HEADERS= cpixelformat.h cpixelformat_bgr24.h cpixelformat_bgr555.h \ | 16 | HEADERS= cpixelformat.h cpixelformat_bgr24.h cpixelformat_bgr555.h \ |
| 16 | cfile.h cbitmap.h cscriptparser.h | 17 | cfile.h cbitmap.h cwindowsbitmap.h cscriptparser.h |
| 17 | 18 | ||
| 18 | .SUFFIXES: .cpp .o | 19 | .SUFFIXES: .cpp .o |
| 19 | 20 | ||
