File: Imakefile

package info (click to toggle)
awesfx 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 784 kB
  • sloc: ansic: 6,532; sh: 56; makefile: 48
file content (11 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#include "../awelib/config.h"

INSTDIR = /usr/local
INCDIR = $(INSTDIR)/include/awe

HEADERS = awebank.h aweseq.h awe_parm.h sffile.h itypes.h sfitem.h sflayer.h\
	sfopts.h slist.h util.h

#ifdef INSTALL_AWELIB
InstallMultiple($(HEADERS), $(INCDIR))
#endif