#---------------------------------------------------------------------------- # unix/Makefile # # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # Creation: 03.05.2000 fm # Last Update: $Id$ #---------------------------------------------------------------------------- CFLAGS :=-O2 ifeq ($(DATE),) CFLAGS+=-DDATE='"self compiled"' else CFLAGS+=-DDATE='"$(DATE)"' endif VERBOSE:=@ LDFLAGS+=$(STATIC) -s LDLIBS:=-lcrypt EXECUTABLES:=mkfli4l imonc regexp flicp/flicp squeeze tar-filter all: $(EXECUTABLES) clean: $(VERBOSE)$(RM) -f libmkfli4l.a y.output *.o *~ $(VERBOSE)$(MAKE) -C flicp clean include Makefile.inc flicp: flicp/flicp flicp/flicp: make -C flicp grammar.c: grammar.y touch grammar.c lex.c: lex.l touch lex.c lex.cfg.c: cfg.l touch lex.cfg.c squeeze.c: squeeze.l touch squeeze.c