summaryrefslogtreecommitdiff
path: root/pcl/pcl_top.mak
diff options
context:
space:
mode:
authorJohn Desrosiers <johnd@ghostscript.com>1999-06-02 03:15:54 +0000
committerJohn Desrosiers <johnd@ghostscript.com>1999-06-02 03:15:54 +0000
commit833491b0508d320de5d2a6b0dcd64fd5a61210e2 (patch)
tree5a5c0635737ace89d3113b2376f4b4ecec5eccdf /pcl/pcl_top.mak
parent91d186d45159c02f215817ddeb2022b949283590 (diff)
Initial checkin for multiple language support, shared devices,
interpreter instances, interpreter initialization/de-initialization, etc. A todo list of unfinished work is in pctop.c and pxtop.c. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@873 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pcl/pcl_top.mak')
-rw-r--r--pcl/pcl_top.mak47
1 files changed, 4 insertions, 43 deletions
diff --git a/pcl/pcl_top.mak b/pcl/pcl_top.mak
index 9b5c08f91..e3d0a2f74 100644
--- a/pcl/pcl_top.mak
+++ b/pcl/pcl_top.mak
@@ -31,51 +31,12 @@ config-clean: pl.config-clean pcl.config-clean
$(RMN_) $(PCLGEN)pconf.h $(PCLGEN)pconfig.h
$(RM_) $(PCLSRC)pclver.h
-#### Main program
+#### Implementation stub
-PCLVERSION=1.07
-
-$(PCLSRC)pclver.h: $(PCLSRC)pcl_top.mak
- $(PCLGEN)echogs$(XE) -e .h -w $(PCLSRC)pclver -n -x 23 "define PCLVERSION"
- $(PCLGEN)echogs$(XE) -e .h -a $(PCLSRC)pclver -s -x 22 $(PCLVERSION) -x 22
- $(PCLGEN)echogs$(XE) -e .h -a $(PCLSRC)pclver -n -x 23 "define PCLBUILDDATE"
- $(PCLGEN)echogs$(XE) -e .h -a $(PCLSRC)pclver -s -x 22 -d -x 22
-
-pclver_h=$(PCLSRC)pclver.h
-
-$(PCLOBJ)pcmain.$(OBJ): $(PCLSRC)pcmain.c \
+$(PCLOBJ)pcimpl.$(OBJ): $(PCLSRC)pcimpl.c \
$(AK) \
- $(malloc__h) \
- $(math__h) \
$(memory__h) \
- $(stdio__h) \
$(scommon_h) \
- $(pcparse_h) \
- $(pcstate_h) \
- $(pcpage_h) \
- $(pcident_h) \
- $(gdebug_h) \
- $(gp_h) \
- $(gscdefs_h) \
- $(gsnogc_h) \
- $(gslib_h) \
- $(gsmemory_h) \
- $(gsmalloc_h) \
- $(gsmatrix_h) \
- $(gspaint_h) \
- $(gsparam_h) \
- $(gsstate_h) \
- $(gscoord_h) \
- $(gsrop_h) \
- $(gspath_h) \
- $(gxalloc_h) \
$(gxdevice_h) \
- $(gxstate_h) \
- $(gdevbbox_h) \
- $(pclver_h) \
- $(pjparse_h) \
- $(pgmand_h) \
- $(plmain_h) \
- $(PCLGEN)pconf.h
- $(CP_) $(PCLGEN)pconf.h $(PCLGEN)pconfig.h
- $(PCLCCC) $(PCLSRC)pcmain.c $(PCLO_)pcmain.$(OBJ)
+ $(pltop_h)
+ $(PCLCCC) $(PCLSRC)pcimpl.c $(PCLO_)pcimpl.$(OBJ)