Files
harbour-core/harbour/contrib/hbvpdf/common.mak
Viktor Szakats 6571956689 2008-05-21 03:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbvpdf/Makefile
   * contrib/hbvpdf/common.mak
   * contrib/hbvpdf/hbvpdf.prg
   * contrib/hbvpdf/hbvpdft.prg
   + contrib/hbvpdf/hbvpsup.prg
   - contrib/hbvpdf/tests/fonts.dat
     + fonts.dat embedded in code 
       (using BASE64 encoding).

2008-05-20 21:06 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
   * contrib/hbvpdf/tests/pdf_demo.prg
   * contrib/hbvpdf/tests/tstpdf.prg
   * contrib/hbvpdf/hbvpdft.prg
     ! TABs -> SPACEs
2008-05-21 01:53:35 +00:00

19 lines
252 B
Makefile

#
# $Id$
#
LIBNAME = $(LIBPREF)hbvpdf
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
PRG_HEADERS = \
hbvpdf.ch \
LIB_OBJS = \
$(OBJ_DIR)hbvpdf$(OBJEXT) \
$(OBJ_DIR)hbvpdft$(OBJEXT) \
$(OBJ_DIR)hbvpsup$(OBJEXT) \
all: \
$(LIB_PATH) \