]> git.sur5r.net Git - openldap/blob - libraries/vms/Make-template
Features should defined via Make-common
[openldap] / libraries / vms / Make-template
1 #-----------------------------------------------------------------------------
2 # Copyright (c) 1994 Regents of the University of Michigan.
3 # All rights reserved.
4 #
5 # Redistribution and use in source and binary forms are permitted
6 # provided that this notice is preserved and that due credit is given
7 # to the University of Michigan at Ann Arbor. The name of the University
8 # may not be used to endorse or promote products derived from this
9 # software without specific prior written permission. This software
10 # is provided ``as is'' without express or implied warranty.
11 #
12 #       LDAP libraries/vms Makefile
13 #
14 #-----------------------------------------------------------------------------
15
16 ############################################################################
17 #                                                                          #
18 # You should not have to edit anything below this point                    #
19 #                                                                          #
20 ############################################################################
21
22 #
23 # rules to make the software
24 #
25
26 all:    FORCE
27
28 #
29 # rules to install the software
30 #
31
32 install:        all
33
34 #
35 # rules to make clean
36 #
37
38 clean:  FORCE
39
40 veryclean:      clean
41
42 #
43 # rules to make depend
44 #
45 #
46 depend: FORCE
47
48 links: