File: Makefile.am

package info (click to toggle)
licq 1.3.4-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 22,048 kB
  • ctags: 8,640
  • sloc: cpp: 76,924; sh: 9,845; ansic: 5,424; perl: 3,449; lex: 857; xml: 804; php: 691; makefile: 393; csh: 48
file content (17 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bindir = @bindir@

#bin_PROGRAMS = beep

#beep_SOURCES = beep.c

#TODO: convert this to something that works better
#but for now it should be sufficient
install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(bindir)
	@for i in $(srcdir)/viewurl-*.sh; do \
	  if test -f $$i; then \
	    echo "$(INSTALL_SCRIPT) $$i $(DESTDIR)$(bindir);"; \
	    $(INSTALL_SCRIPT) $$i $(DESTDIR)$(bindir); \
	  fi \
	done