1 # $Id: descrip.mms 2 2001-11-02 04:53:43Z darren $
3 # Makefile for building CTAGS under OpenVMS
5 # Maintained by by Zoltan Arpadffy <arpadffy@altavista.net>
7 # Edit the lines in the Configuration section below to select.
9 ######################################################################
10 # Configuration section.
11 ######################################################################
13 # Comment out if you use the VAXC compiler
14 ######################################################################
17 ######################################################################
18 # Uncomment if want a debug version. Resulting executable is DCTAGS.EXE
19 ######################################################################
22 ######################################################################
23 # End of configuration section.
25 # Please, do not change anything below without programming experience.
26 ######################################################################
31 CC_DEF = $(CC)/decc/prefix=all
40 CFLAGS = /debug/noopt/list/cross_reference/include=[]
54 EXTRA_OBJS = argproc.obj
60 $(CC_DEF) $(CFLAGS) $<
62 $(TARGET) : $(OBJECTS) $(EXTRA_OBJS)
63 $(LD_DEF) $(LDFLAGS) /exe=$(TARGET) $+
66 -@ if F$SEARCH("*.obj") .NES. "" then delete/noconfirm/nolog *.obj.*
67 -@ if F$SEARCH("*.exe") .NES. "" then delete/noconfirm/nolog *.exe.*
68 -@ if F$SEARCH("config.h") .NES. "" then delete/noconfirm/nolog config.h.*