diff options
| author | Günther Neuwirth <e0626638@student.tuwien.ac.at> | 2009-05-12 15:27:58 +0200 |
|---|---|---|
| committer | Günther Neuwirth <e0626638@student.tuwien.ac.at> | 2009-05-12 15:27:58 +0200 |
| commit | 34483e07a0548d32651cda4ca4282f3cf8cae870 (patch) | |
| tree | ef499b9850e60cc45ca4de1605c962a5cc040a8f /ue3/mycpu/Makefile | |
| parent | fe1ef6b47f59899e8687bb1dcc92eba1d103a08f (diff) | |
| download | ooprog-34483e07a0548d32651cda4ca4282f3cf8cae870.tar.gz ooprog-34483e07a0548d32651cda4ca4282f3cf8cae870.tar.bz2 ooprog-34483e07a0548d32651cda4ca4282f3cf8cae870.zip | |
adding rest of files
Diffstat (limited to 'ue3/mycpu/Makefile')
| -rw-r--r-- | ue3/mycpu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ue3/mycpu/Makefile b/ue3/mycpu/Makefile index 6f57741..76b6244 100644 --- a/ue3/mycpu/Makefile +++ b/ue3/mycpu/Makefile | |||
| @@ -8,11 +8,11 @@ DEBUGFLAGS= -DNDEBUG | |||
| 8 | INCLUDE_PATH= -I/usr/local/include | 8 | INCLUDE_PATH= -I/usr/local/include |
| 9 | CXXFLAGS= -O -ansi -pedantic-errors -Wall $(INCLUDE_PATH) $(DEBUGFLAGS) | 9 | CXXFLAGS= -O -ansi -pedantic-errors -Wall $(INCLUDE_PATH) $(DEBUGFLAGS) |
| 10 | LDFLAGS= | 10 | LDFLAGS= |
| 11 | LIBS= -L/usr/local/lib | 11 | LIBS= -L/usr/local/lib -lboost_program_options |
| 12 | 12 | ||
| 13 | BIN= mycpu | 13 | BIN= mycpu |
| 14 | OBJS= mycpu.o cdat.o | 14 | OBJS= mycpu.o ccpu.o cprogram.o cmem.o cinstruction.o |
| 15 | HEADERS= cdat.h | 15 | HEADERS= cdat.h ccpu.h cprogram.h cmem.h cinstruction.h |
| 16 | 16 | ||
| 17 | .SUFFIXES: .cpp .o | 17 | .SUFFIXES: .cpp .o |
| 18 | 18 | ||
