aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/freetype2/freetype/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/freetype2/freetype/Imakefile')
-rw-r--r--nx-X11/lib/freetype2/freetype/Imakefile90
1 files changed, 0 insertions, 90 deletions
diff --git a/nx-X11/lib/freetype2/freetype/Imakefile b/nx-X11/lib/freetype2/freetype/Imakefile
deleted file mode 100644
index 246603fda..000000000
--- a/nx-X11/lib/freetype2/freetype/Imakefile
+++ /dev/null
@@ -1,90 +0,0 @@
-XCOMM $XFree86: xc/lib/freetype2/freetype/Imakefile,v 1.9 2003/05/29 03:05:09 dawes Exp $
-
-#define IHaveSubdirs
-#define PassCDebugFlags
-
-SUBDIRS=config cache internal
-
-FREETYPETOP = $(TOP)/extras/freetype2
-FREETYPESRC = $(FREETYPETOP)/src
-FREETYPEINC = $(FREETYPETOP)/include/freetype
-
-HEADERS= \
- freetype.h \
- ftbbox.h \
- ftbdf.h \
- ftcache.h \
- ftchapters.h \
- fterrdef.h \
- fterrors.h \
- ftglyph.h \
- ftgzip.h \
- ftimage.h \
- ftincrem.h \
- ftlist.h \
- ftmac.h \
- ftmm.h \
- ftmoderr.h \
- ftmodapi.h \
- ftoutln.h \
- ftpfr.h \
- ftrender.h \
- ftsizes.h \
- ftsnames.h \
- ftstroke.h \
- ftsynth.h \
- ftsysio.h \
- ftsysmem.h \
- ftsystem.h \
- fttrigon.h \
- fttypes.h \
- ftwinfnt.h \
- ftxf86.h \
- t1tables.h \
- ftlzw.h \
- ttnameid.h \
- tttables.h \
- tttags.h \
- ttunpat.h
-
-BuildIncludes($(HEADERS),freetype2/freetype,../..)
-InstallMultipleFlags($(HEADERS),$(INCDIR)/freetype2/freetype,$(INSTINCFLAGS))
-
-LinkSourceFile(freetype.h,$(FREETYPEINC))
-LinkSourceFile(ftbbox.h,$(FREETYPEINC))
-LinkSourceFile(ftbdf.h,$(FREETYPEINC))
-LinkSourceFile(ftcache.h,$(FREETYPEINC))
-LinkSourceFile(ftchapters.h,$(FREETYPEINC))
-LinkSourceFile(fterrdef.h,$(FREETYPEINC))
-LinkSourceFile(fterrors.h,$(FREETYPEINC))
-LinkSourceFile(ftglyph.h,$(FREETYPEINC))
-LinkSourceFile(ftgzip.h,$(FREETYPEINC))
-LinkSourceFile(ftimage.h,$(FREETYPEINC))
-LinkSourceFile(ftincrem.h,$(FREETYPEINC))
-LinkSourceFile(ftlist.h,$(FREETYPEINC))
-LinkSourceFile(ftmac.h,$(FREETYPEINC))
-LinkSourceFile(ftmm.h,$(FREETYPEINC))
-LinkSourceFile(ftmoderr.h,$(FREETYPEINC))
-LinkSourceFile(ftmodapi.h,$(FREETYPEINC))
-LinkSourceFile(ftoutln.h,$(FREETYPEINC))
-LinkSourceFile(ftpfr.h,$(FREETYPEINC))
-LinkSourceFile(ftrender.h,$(FREETYPEINC))
-LinkSourceFile(ftsizes.h,$(FREETYPEINC))
-LinkSourceFile(ftsnames.h,$(FREETYPEINC))
-LinkSourceFile(ftstroke.h,$(FREETYPEINC))
-LinkSourceFile(ftsynth.h,$(FREETYPEINC))
-LinkSourceFile(ftsysio.h,$(FREETYPEINC))
-LinkSourceFile(ftsysmem.h,$(FREETYPEINC))
-LinkSourceFile(ftsystem.h,$(FREETYPEINC))
-LinkSourceFile(fttrigon.h,$(FREETYPEINC))
-LinkSourceFile(fttypes.h,$(FREETYPEINC))
-LinkSourceFile(ftwinfnt.h,$(FREETYPEINC))
-LinkSourceFile(ftxf86.h,$(FREETYPEINC))
-LinkSourceFile(t1tables.h,$(FREETYPEINC))
-LinkSourceFile(ftlzw.h,$(FREETYPEINC))
-LinkSourceFile(ttnameid.h,$(FREETYPEINC))
-LinkSourceFile(tttables.h,$(FREETYPEINC))
-LinkSourceFile(tttags.h,$(FREETYPEINC))
-LinkSourceFile(ttunpat.h,$(FREETYPEINC))
-
-DependSubdirs($(SUBDIRS))