1 # reveng will compile without macros, but these may be useful:
2 # Add -DBMPMACRO to use bitmap size constant macros (edit config.h)
3 # Add -DNOFORCE to disable the -F switch
4 # Add -DPRESETS to compile with preset models (edit config.h)
7 MYINCLUDES
= -I..
/cliparser
-I..
/..
/src
-I..
/..
/..
/include
20 # Transition: remove old directories and objects
21 MYCLEANOLDPATH
= ..
/..
/reveng
23 include ..
/..
/..
/Makefile.host
25 ifneq ($(SKIPREVENGTEST
),1)
28 $(BINDIR
)/$(LIB_A
): $(BINDIR
)/bmptst
30 $(BINDIR
)/bmptst
: bmpbit.c config.h reveng.h
32 $(Q
)$(CC
) $(CFLAGS
) -DBMPTST
-o
$@
$<
34 $(Q
)( .
/$@
&& $(TOUCH
) $@
) ||
( $(RM
) $@
&& $(FALSE
) )