/[LeafOK_CVS]/lbbs/utils/Makefile.am
ViewVC logotype

Annotation of /lbbs/utils/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (hide annotations)
Sat Nov 22 01:57:14 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -2 lines
Remove switches no longer required

1 sysadm 1.8 EXTRA_DIST = bin conf lib
2 sysadm 1.2 SUBDIRS=game
3 sysadm 1.1
4 sysadm 1.8 install-exec-local:
5     install -d $(prefix)/$(subdir)/bin $(prefix)/$(subdir)/lib
6     cd $(srcdir)/bin; find . -maxdepth 1 -type f -exec install -t $(prefix)/$(subdir)/bin {} \;
7     cd $(srcdir)/lib; find . -maxdepth 1 -type f -exec install -t $(prefix)/$(subdir)/lib {} \;
8 sysadm 1.1
9     install-data-local:
10 sysadm 1.8 install -d $(prefix)/$(subdir)/conf
11     cd $(srcdir)/conf; find . -maxdepth 1 -type f -exec install -t $(prefix)/$(subdir)/conf {} \;
12    
13     uninstall-local:
14     cd $(srcdir)/bin; find . -type f -exec rm -f $(prefix)/$(subdir)/bin/{} \;
15     cd $(srcdir)/conf; find . -type f -exec rm -f $(prefix)/$(subdir)/conf/{} \;
16     cd $(srcdir)/lib; find . -type f -exec rm -f $(prefix)/$(subdir)/lib/{} \;

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1