diff options
author | Pixel <Pixel> | 2002-08-17 01:48:34 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-08-17 01:48:34 +0000 |
commit | 11bf45f50739afb923829b3cc32efb9c8c009613 (patch) | |
tree | 1a9a691cdd3a466d55259aa31fff1bfc0fcd8e7a /generic/Makefile | |
parent | 08ecf5aae1c7276bb1e78a288cba3a731604758e (diff) |
Working with Baltisot now....
Diffstat (limited to 'generic/Makefile')
-rwxr-xr-x | generic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/Makefile b/generic/Makefile index 99a9631..4ca5e32 100755 --- a/generic/Makefile +++ b/generic/Makefile @@ -2,11 +2,12 @@ CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -I../includes -DPARANOID_SEEK -DHAVE_ZLIB CXX=g++ +CC=gcc -OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Output.o generic.o String.o +OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Output.o generic.o String.o checkargs.o datecalc.o TARGET = generic.a -all: ${TARGET} +all: ${TARGET} Makefile generic.a: ${OBJECTS} ar -r generic.a ${OBJECTS} |