* contrib/hbapollo/common.mak
* contrib/hbapollo/Makefile
+ contrib/hbapollo/apollo.ch
- contrib/hbapollo/tests/apollo.ch
! apollo.ch file was in tests by mistake.
; TOMERGE [RC1]
18 lines
219 B
Makefile
18 lines
219 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
LIBNAME = $(LIBPREF)hbapollo
|
|
|
|
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
|
|
|
|
PRG_HEADERS=\
|
|
apollo.ch \
|
|
|
|
LIB_OBJS = \
|
|
$(OBJ_DIR)apollo$(OBJEXT) \
|
|
$(OBJ_DIR)apollo1$(OBJEXT) \
|
|
|
|
all: \
|
|
$(LIB_PATH) \
|