File: Makefile.am

package info (click to toggle)
grcompiler 5.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,120 kB
  • sloc: cpp: 48,200; ansic: 7,666; sh: 4,427; makefile: 198; xml: 190; perl: 127; sed: 21
file content (38 lines) | stat: -rw-r--r-- 1,003 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
AUTOMAKE_OPTIONS = 1.6

# EXTRA_DIST = fonts regtest

noinst_PROGRAMS = GrcRegressionTest

AM_CPPFLAGS = -I$(top_srcdir)/../../compiler

GrcRegressionTest_LDFLAGS = $(GR2_LIBS)

GrcRegressionTest_SOURCES = \
        main.h \
        stdafx.h \
        TestCase.h \
        CompareFontTables.cpp \
        FileInput.cpp \
        GrcRtFileFont.h \
        GrcRtFileFont.cpp \
        GrcRegressionTest.cpp \
        FileInput.h \
        FontTableCache.h \
        $(top_srcdir)/../../compiler/TtfUtil.cpp \
        $(top_srcdir)/../../compiler/TtfUtil.h \
        $(top_srcdir)/../../compiler/TtfTypes.h \
        fonts \
        regtest

# FontStubb.cpp

check-local: GrcRegressionTest
	$(top_srcdir)/regtest -k -v -g ../../compiler/grcompiler -p ../../preprocessor/gdlpp -r ./GrcRegressionTest -d . $(top_srcdir)/fonts

dist-hook:
	rm -f regtest.log gdlerr.txt grcregtest.log
	find $(distdir) -name "dbg_*" | xargs rm -rf
	rm -f *Test*.ttf

CLEANFILES=regtest.log gdlerr.txt grcregtest.log *Test*.ttf