1 ### descrip.mms - port of oldXMenu Makefile to VMS
3 ## Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006,
4 ## 2007, 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, or (at your option)
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; see the file COPYING. If not, write to
20 ## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 ## Boston, MA 02110-1301, USA.
26 !# Uncomment following line if linking temacs complains about missing insque.
38 CDEBUGFLAGS = /debug/noopt
39 RM_CMD = $(RM) *.BAK.*, *.obj.*
64 XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c
66 OBJS = Activate.obj, -
89 XDelAssoc.obj, XLookAssoc.obj, XCrAssoc.obj, XDestAssoc.obj, -
93 if f$search("$@") then $(RM) $@.*
94 $(CC) /obj=$@ $(CFLAGS) $*.c
99 libXMenu11.olb : $(OBJS) $(EXTRA)
100 if f$search("$@") then $(RM) $@.*
101 $(AR)/create $@ $(OBJS)
102 if ("$(EXTRA)" .nes. "") then $(AR) $@ $(EXTRA)
103 #If running ranlib fails, probably there is none.
104 #That's ok. So don't stop the build.
110 $(RM_CMD) \#* libXMenu11.a *.obj,