/[libconf]/libconf/perl-Libconf/Makefile
ViewVC logotype

Diff of /libconf/perl-Libconf/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by dams, Tue Aug 26 23:32:04 2003 UTC revision 1.22 by dams, Sun Nov 2 18:02:27 2003 UTC
# Line 29  install: Line 29  install:
29          install -d $(INSTALLVENDORLIB)/Libconf          install -d $(INSTALLVENDORLIB)/Libconf
30          install -d $(INSTALLVENDORLIB)/Libconf/templates          install -d $(INSTALLVENDORLIB)/Libconf/templates
31          install -m 644 Libconf.pm $(INSTALLVENDORLIB)          install -m 644 Libconf.pm $(INSTALLVENDORLIB)
32            install -m 644 Types.pm $(INSTALLVENDORLIB)/Libconf
33          install -m 644 Glueconf.pm $(INSTALLVENDORLIB)/Libconf          install -m 644 Glueconf.pm $(INSTALLVENDORLIB)/Libconf
34          install -m 644 templates/*.pm $(INSTALLVENDORLIB)/Libconf/templates          install -m 644 templates/*.pm $(INSTALLVENDORLIB)/Libconf/templates
35          $(MAKE) -C Glueconf install          $(MAKE) -C Glueconf install
# Line 36  install: Line 37  install:
37          $(MAKE) -C GUI install          $(MAKE) -C GUI install
38    
39  uninstall:  uninstall:
         rm -fr  $(INSTALLVENDORLIB)/Libconf  
         $(MAKE) -C Glueconf uninstall  
40          $(MAKE) -C System uninstall          $(MAKE) -C System uninstall
41            $(MAKE) -C Glueconf uninstall
42            rm -fr  $(INSTALLVENDORLIB)/Libconf
43            rm -f  $(INSTALLVENDORLIB)/Libconf.pm
44    
45  check:  check:
46          $(MAKE) -C test          $(MAKE) -C test

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26