summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: bfb11d41769dc7990995d1dd3126c0714f2fe5d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = base graphics imaging lmfit oscpack audio video player \
        anim wrapper python test utils samples

EXTRA_DIST = avgrc avgconfigwrapper.h api.h avgconfig_win.h version.h \
        $(wildcard glm/*.hpp) $(wildcard glm/core/*.hpp) $(wildcard glm/core/*.inl) \
        $(wildcard glm/gtc/*.hpp) $(wildcard glm/gtc/*.inl) \
        $(wildcard glm/gtx/*.hpp) $(wildcard glm/gtx/*.inl) \
        $(wildcard glm/virtrev/*.hpp)

BUILT_SOURCES = version.h
DISTCLEANFILES = version.h

version.h: FORCE
	$(top_srcdir)/CreateVersionFile.py $(top_builddir)/src

FORCE: