source: trunk/gsdl/packages/mg-1.3d/lib/WIN32.MAK@ 13

Last change on this file since 13 was 13, checked in by rjmcnab, 25 years ago

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 KB
Line 
1# Generated automatically from Makefile.in by configure.
2###########################################################################
3#
4# Makefile.in -- Makefile for the general purpose library
5# Copyright (C) 1994 Neil Sharman; (C) 1995 Tim Shimmin
6#
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 2 of the License, or
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with this program; if not, write to the Free Software
19# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20#
21# @(#)Makefile.in 1.3 16 Mar 1994
22#
23###########################################################################
24
25
26PACKAGE = mg
27VERSION = 1.2
28
29AR = lib
30CC = cl
31#CFLAGS = -g -O
32CPPFLAGS =
33DEFS = -DHAVE_CONFIG_H -D__WIN32__ -D_LITTLE_ENDIAN
34
35COMPILE = $(CC) -c $(DEFS) -I. -I..
36
37.SUFFIXES:
38.SUFFIXES: .c .obj
39.c.obj:
40 $(COMPILE) $<
41
42ANSI2KNR =
43o = .obj
44
45
46INCLUDES = -I..
47
48HEADERS = \
49 bitio_m_random.h filestats.h local_strings.h stem.h \
50 bitio_m_stdio.h getopt.h memlib.h \
51 bitio_gen.h bitio_mem.h heap.h messages.h \
52 bitio_m.h bitio_mems.h huffman.h timing.h \
53 bitio_m_mem.h bitio_random.h huffman_mem.h perf_hash.h \
54 bitio_m_mems.h bitio_stdio.h huffman_stdio.h sptree.h \
55 regex.h rx.h pathmax.h getpagesize.h \
56 random.h
57
58SOURCES = \
59 bitio_random.c heap.c memlib.c \
60 bitio_stdio.c huffman.c messages.c \
61 bitio_gen.c filestats.c huffman_mem.c perf_hash.c \
62 bitio_mem.c getopt.c huffman_stdio.c sptree.c \
63 bitio_mems.c getopt1.c local_strings.c stem.c \
64 timing.c regex.c rx.c \
65 alloca.c error.c xmalloc.c strstr.c \
66 ftruncate.c strcasecmp.c random.c
67
68OBJECTS = rx.obj \
69 bitio_random$o heap$o memlib$o \
70 bitio_stdio$o huffman$o messages$o \
71 bitio_gen$o filestats$o huffman_mem$o perf_hash$o \
72 bitio_mem$o getopt$o huffman_stdio$o sptree$o \
73 bitio_mems$o getopt1$o local_strings$o stem$o \
74 timing$o regex$o \
75 error$o xmalloc$o \
76 random$o
77
78DISTFILES = Makefile.in $(HEADERS) $(SOURCES)
79
80all : libmg.lib
81
82libmg.lib : $(OBJECTS)
83 del libmg.lib
84 $(AR) /out:libmg.lib $(OBJECTS)
85
86$(OBJECTS): ..\win32cfg.h
87
88install:
89installdirs:
90uninstall:
91execinstall:
92execuninstall:
93maninstall:
94manuninstall:
95
96#dist: $(DISTFILES)
97# for file in $(DISTFILES); do \
98# ln $$file $(distdir) 2> /dev/null \
99# || cp -p $$file $(distdir); \
100# done
101
102mostlyclean:
103 rm -f *.o *_.o
104
105clean: mostlyclean
106 rm -f libmg.lib
107
108distclean: clean
109 rm -f Makefile
110
111maintainer-clean: distclean
112 @echo "This command is intended only for maintainers to use;"
113 @echo "rebuilding the deleted files may require special tools."
114
115#Makefile: Makefile.in ../config.status
116# cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
117
118# Tell versions [3.59,3.63) of GNU make not to export all variables.
119# Otherwise a system limit (for SysV at least) may be exceeded.
120#.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.