From d577d991b97ae2b5ee1af23641bcffc3f83af5b2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 4 Nov 2009 11:56:41 -0800 Subject: Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux. --- cd/src/cd.dep | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 cd/src/cd.dep (limited to 'cd/src/cd.dep') diff --git a/cd/src/cd.dep b/cd/src/cd.dep new file mode 100644 index 0000000..e6c50ee --- /dev/null +++ b/cd/src/cd.dep @@ -0,0 +1,120 @@ +$(OBJDIR)/cd.o: cd.c ../include/cd.h ../include/wd.h ../include/cd_private.h \ + ../include/cdirgb.h +$(OBJDIR)/wd.o: wd.c ../include/cd.h ../include/wd.h ../include/cd_private.h +$(OBJDIR)/wdhdcpy.o: wdhdcpy.c ../include/cd.h ../include/wd.h +$(OBJDIR)/rgb2map.o: rgb2map.c ../include/cd.h +$(OBJDIR)/cd_vectortext.o: cd_vectortext.c ../include/cd.h ../include/wd.h \ + ../include/cd_private.h +$(OBJDIR)/cd_active.o: cd_active.c ../include/cd.h ../include/cd_old.h \ + ../include/wd.h ../include/wd_old.h +$(OBJDIR)/cd_attributes.o: cd_attributes.c ../include/cd.h ../include/cd_private.h +$(OBJDIR)/cd_bitmap.o: cd_bitmap.c ../include/cd.h ../include/cdirgb.h \ + ../include/cd_private.h +$(OBJDIR)/cd_image.o: cd_image.c ../include/cd.h ../include/cd_private.h +$(OBJDIR)/cd_primitives.o: cd_primitives.c ../include/cd.h ../include/cd_private.h +$(OBJDIR)/cd_text.o: cd_text.c ../include/cd.h ../include/cd_private.h +$(OBJDIR)/cd_util.o: cd_util.c ../include/cd.h ../include/cd_private.h +$(OBJDIR)/circle.o: intcgm/circle.c ../include/cd.h intcgm/list.h intcgm/types.h \ + intcgm/intcgm.h intcgm/intcgm6.h intcgm/circle.h +$(OBJDIR)/ellipse.o: intcgm/ellipse.c ../include/cd.h intcgm/list.h intcgm/types.h \ + intcgm/intcgm.h intcgm/intcgm6.h intcgm/ellipse.h +$(OBJDIR)/intcgm1.o: intcgm/intcgm1.c ../include/cd.h ../include/cdcgm.h \ + intcgm/list.h intcgm/types.h intcgm/intcgm2.h intcgm/intcgm.h \ + intcgm/bparse.h +$(OBJDIR)/intcgm2.o: intcgm/intcgm2.c ../include/cd.h ../include/cdcgm.h \ + intcgm/list.h intcgm/types.h intcgm/bparse.h intcgm/tparse.h \ + intcgm/intcgm.h intcgm/intcgm6.h +$(OBJDIR)/intcgm4.o: intcgm/intcgm4.c ../include/cd.h ../include/cdcgm.h \ + intcgm/list.h intcgm/types.h intcgm/intcgm.h intcgm/intcgm2.h \ + intcgm/intcgm4.h intcgm/intcgm6.h intcgm/ellipse.h intcgm/circle.h \ + intcgm/sism.h +$(OBJDIR)/intcgm6.o: intcgm/intcgm6.c ../include/cd.h intcgm/list.h intcgm/types.h \ + intcgm/intcgm.h intcgm/intcgm2.h intcgm/intcgm6.h +$(OBJDIR)/list.o: intcgm/list.c intcgm/list.h +$(OBJDIR)/sism.o: intcgm/sism.c ../include/cd.h intcgm/list.h intcgm/types.h \ + intcgm/intcgm.h intcgm/intcgm2.h intcgm/intcgm6.h +$(OBJDIR)/tparse.o: intcgm/tparse.c ../include/cd.h ../include/cdcgm.h \ + intcgm/list.h intcgm/types.h intcgm/bparse.h intcgm/intcgm.h \ + intcgm/intcgm2.h intcgm/intcgm4.h intcgm/intcgm6.h +$(OBJDIR)/bparse.o: intcgm/bparse.c ../include/cd.h ../include/cdcgm.h \ + intcgm/list.h intcgm/types.h intcgm/bparse.h intcgm/intcgm.h \ + intcgm/intcgm2.h intcgm/intcgm4.h intcgm/intcgm6.h +$(OBJDIR)/cddgn.o: drv/cddgn.c ../include/cd.h ../include/cd_private.h \ + ../include/cddgn.h +$(OBJDIR)/cdcgm.o: drv/cdcgm.c ../include/cd.h ../include/cd_private.h \ + ../include/cdcgm.h drv/cgm.h +$(OBJDIR)/cgm.o: drv/cgm.c drv/cgm.h +$(OBJDIR)/cddxf.o: drv/cddxf.c ../include/cd.h ../include/cd_private.h \ + ../include/cddxf.h +$(OBJDIR)/cdirgb.o: drv/cdirgb.c ../include/cd.h ../include/cd_private.h sim/sim.h \ + ../include/cdirgb.h +$(OBJDIR)/cdmf.o: drv/cdmf.c ../include/cd.h ../include/wd.h \ + ../include/cd_private.h ../include/cdmf.h ../include/cdmf_private.h +$(OBJDIR)/cdps.o: drv/cdps.c ../include/cd.h ../include/cd_private.h \ + ../include/cdps.h +$(OBJDIR)/cdpicture.o: drv/cdpicture.c ../include/cd.h ../include/cd_private.h \ + ../include/cdpicture.h +$(OBJDIR)/cddebug.o: drv/cddebug.c ../include/cd.h ../include/wd.h \ + ../include/cd_private.h ../include/cddebug.h +$(OBJDIR)/cdfontex.o: sim/cdfontex.c ../include/cd.h ../include/cd_private.h +$(OBJDIR)/sim.o: sim/sim.c ../include/cd.h ../include/cd_private.h \ + sim/cd_truetype.h /usr/include/freetype2/freetype/freetype.h \ + /usr/include/freetype2/freetype/config/ftconfig.h \ + /usr/include/freetype2/freetype/config/ftoption.h \ + /usr/include/freetype2/freetype/config/ftstdlib.h \ + /usr/include/freetype2/freetype/fterrors.h \ + /usr/include/freetype2/freetype/ftmoderr.h \ + /usr/include/freetype2/freetype/fterrdef.h \ + /usr/include/freetype2/freetype/fttypes.h \ + /usr/include/freetype2/freetype/ftsystem.h \ + /usr/include/freetype2/freetype/ftimage.h sim/sim.h +$(OBJDIR)/cd_truetype.o: sim/cd_truetype.c sim/cd_truetype.h \ + /usr/include/freetype2/freetype/freetype.h \ + /usr/include/freetype2/freetype/config/ftconfig.h \ + /usr/include/freetype2/freetype/config/ftoption.h \ + /usr/include/freetype2/freetype/config/ftstdlib.h \ + /usr/include/freetype2/freetype/fterrors.h \ + /usr/include/freetype2/freetype/ftmoderr.h \ + /usr/include/freetype2/freetype/fterrdef.h \ + /usr/include/freetype2/freetype/fttypes.h \ + /usr/include/freetype2/freetype/ftsystem.h \ + /usr/include/freetype2/freetype/ftimage.h +$(OBJDIR)/sim_other.o: sim/sim_other.c ../include/cd.h ../include/cd_private.h +$(OBJDIR)/sim_primitives.o: sim/sim_primitives.c ../include/cd.h \ + ../include/cd_private.h sim/cd_truetype.h \ + /usr/include/freetype2/freetype/freetype.h \ + /usr/include/freetype2/freetype/config/ftconfig.h \ + /usr/include/freetype2/freetype/config/ftoption.h \ + /usr/include/freetype2/freetype/config/ftstdlib.h \ + /usr/include/freetype2/freetype/fterrors.h \ + /usr/include/freetype2/freetype/ftmoderr.h \ + /usr/include/freetype2/freetype/fterrdef.h \ + /usr/include/freetype2/freetype/fttypes.h \ + /usr/include/freetype2/freetype/ftsystem.h \ + /usr/include/freetype2/freetype/ftimage.h sim/sim.h +$(OBJDIR)/sim_linepolyfill.o: sim/sim_linepolyfill.c ../include/cd.h \ + ../include/cd_private.h sim/cd_truetype.h \ + /usr/include/freetype2/freetype/freetype.h \ + /usr/include/freetype2/freetype/config/ftconfig.h \ + /usr/include/freetype2/freetype/config/ftoption.h \ + /usr/include/freetype2/freetype/config/ftstdlib.h \ + /usr/include/freetype2/freetype/fterrors.h \ + /usr/include/freetype2/freetype/ftmoderr.h \ + /usr/include/freetype2/freetype/fterrdef.h \ + /usr/include/freetype2/freetype/fttypes.h \ + /usr/include/freetype2/freetype/ftsystem.h \ + /usr/include/freetype2/freetype/ftimage.h sim/sim.h +$(OBJDIR)/cd0prn.o: drv/cd0prn.c ../include/cd.h ../include/cdprint.h +$(OBJDIR)/cd0emf.o: drv/cd0emf.c ../include/cd.h ../include/cdemf.h +$(OBJDIR)/cd0wmf.o: drv/cd0wmf.c ../include/cd.h ../include/cdwmf.h +$(OBJDIR)/cdx11.o: x11/cdx11.c x11/cdx11.h ../include/cd.h ../include/cd_private.h \ + x11/xvertex.h +$(OBJDIR)/cdxclp.o: x11/cdxclp.c ../include/cd.h ../include/cd_private.h \ + ../include/cdclipbd.h ../include/cdmf.h ../include/cdmf_private.h +$(OBJDIR)/cdximg.o: x11/cdximg.c x11/cdx11.h ../include/cd.h \ + ../include/cd_private.h ../include/cdimage.h +$(OBJDIR)/cdxnative.o: x11/cdxnative.c x11/cdx11.h ../include/cd.h \ + ../include/cd_private.h ../include/cdnative.h +$(OBJDIR)/cdxdbuf.o: x11/cdxdbuf.c x11/cdx11.h ../include/cd.h \ + ../include/cd_private.h ../include/cddbuf.h +$(OBJDIR)/xvertex.o: x11/xvertex.c x11/xvertex.h -- cgit v1.2.3