Miscellany
public text v1 · immutablenoinst_LTLIBRARIES = libglcpp.la libhash_table.la
noinst_PROGRAMS = glcpp
INCLUDES = \
-I. \
-I../../mesa \
-I../../mapi \
-I$(top_srcdir)/include
BUILT_SOURCES = glcpp-parse.h
AM_YFLAGS = -d
AM_LFLAGS = --nounistd -o$(LEX_OUTPUT_ROOT).c
libhash_table_la_SOURCES = ../../mesa/program/hash_table.c
libglcpp_la_SOURCES = \
glcpp-lex.l \
glcpp-parse.y \
pp.c \
../ralloc.c
glcpp_SOURCES = glcpp.c
glcpp_LDADD = libglcpp.la libhash_table.la