1 ### descrip.mms - port of oldXMenu Makefile to VMS
3 ## Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 ## 2008 Free Software Foundation, Inc.
6 ## Author: Richard Levitte
8 ## This program is free software: you can redistribute it and/or modify
9 ## it under the terms of the GNU General Public License as published by
10 ## the Free Software Foundation, either version 3 of the License, or
11 ## (at your option) any later version.
13 ## This program is distributed in the hope that it will be useful,
14 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ## GNU General Public License for more details.
18 ## You should have received a copy of the GNU General Public License
19 ## along with this program. If not, see <http://www.gnu.org/licenses/>.
24 !# Uncomment following line if linking temacs complains about missing insque.
36 CDEBUGFLAGS = /debug/noopt
37 RM_CMD = $(RM) *.BAK.*, *.obj.*
62 XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c
64 OBJS = Activate.obj, -
87 XDelAssoc.obj, XLookAssoc.obj, XCrAssoc.obj, XDestAssoc.obj, -
91 if f$search("$@") then $(RM) $@.*
92 $(CC) /obj=$@ $(CFLAGS) $*.c
97 libXMenu11.olb : $(OBJS) $(EXTRA)
98 if f$search("$@") then $(RM) $@.*
99 $(AR)/create $@ $(OBJS)
100 if ("$(EXTRA)" .nes. "") then $(AR) $@ $(EXTRA)
101 #If running ranlib fails, probably there is none.
102 #That's ok. So don't stop the build.
108 $(RM_CMD) \#* libXMenu11.a *.obj,