Makefile

changeset 44
9574a181ec26
parent 36
a7ff583e153f
child 45
6114a2c28d28
equal deleted inserted replaced
43:104e75d18ede 44:9574a181ec26
35 35
36 #ifndef CONF 36 #ifndef CONF
37 CONF = gcc 37 CONF = gcc
38 #endif 38 #endif
39 39
40 VERSION_PREFIX=1.0.
41 SRCDIR=src 40 SRCDIR=src
42 BUILDDIR=build 41 BUILDDIR=build
43 PREFIX=/usr 42 PREFIX=/usr
44 OBJ = arguments.o bfile_heuristics.o cline.o regex_parser.o scanner.o settings.o stream.o string_list.o suffix_fnc.o 43 OBJ = arguments.o bfile_heuristics.o cline.o regex_parser.o scanner.o settings.o string_list.o suffix_fnc.o
45 BIN = $(BUILDDIR)/cline 44 BIN = $(BUILDDIR)/cline
46 45
47 include $(CONF).mk 46 include $(CONF).mk
48 47
49 all: $(BUILDDIR) $(BIN) 48 all: $(BUILDDIR) $(BIN)

mercurial