diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-30 22:53:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-30 22:53:16 +0000 |
commit | 5b220dd618918fcba08d8a57a50ca22f637f2080 (patch) | |
tree | c57b1cadff663cb55d585011e58dcf6e2f81d37c /Build/source/texk/chktex | |
parent | cbadb342afed31e4056992d557544e1904e55827 (diff) |
remove windows sources no longer used, per akira
git-svn-id: svn://tug.org/texlive/trunk@6454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/chktex')
-rw-r--r-- | Build/source/texk/chktex/win32.mak | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/Build/source/texk/chktex/win32.mak b/Build/source/texk/chktex/win32.mak deleted file mode 100644 index 7a92352517d..00000000000 --- a/Build/source/texk/chktex/win32.mak +++ /dev/null @@ -1,65 +0,0 @@ -################################################################################ -# -# Makefile : ChkTeX -# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr> -# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources -# Time-stamp: <03/08/23 19:02:50 popineau> -# -################################################################################ -root_srcdir = ..\.. -!ifdef DEVELOPMENT -INCLUDE=$(INCLUDE);$(root_srcdir)\texk.development -!else -INCLUDE=$(INCLUDE);$(root_srcdir)\texk -!endif - -USE_KPATHSEA = 1 -USE_GNUW32 = 1 - -!include <msvc/common.mak> - -# We need to get getopt.h from kpathsea, not from the current directory. -DEFS = -I$(kpathseadir) -I. $(DEFS) -D_MSDOS -DHAVE_CONFIG_H - -objects = $(objdir)\ChkTeX.obj $(objdir)\FindErrs.obj $(objdir)\OpSys.obj \ - $(objdir)\Resource.obj $(objdir)\Utility.obj - -programs = $(objdir)\ChkTeX.exe - -manfiles = -#infofiles = ChkTeX.info -docsubdir = chktex -pdfdocfiles = ChkTeX.pdf -htmlfiles = - -installdirs = $(bindir) $(texmf)\chktex - -default: all - -all: $(objdir) $(programs) - -$(objdir)\ChkTeX.exe: $(objects) $(kpathsealib) - $(link) $(objects) $(kpathsealib) $(conlibs) - -!include <msvc/config.mak> -!include <msvc/install.mak> - -install:: install-exec install-data install-man install-doc - -install-data:: - -@echo $(verbose) & ( \ - echo "Installing data in $(MAKEDIR)" & \ - $(copy) chktexrc $(texmf)\chktex\.chktexrc $(redir_stdout) \ - ) - -distclean:: - -@$(del) config.h chktex.dvi chktex.pdf - -!include <msvc/clean.mak> -!include <msvc/rdepend.mak> -!include "./depend.mak" - -# -# Local Variables: -# mode: makefile -# End:
\ No newline at end of file |