All pastes #2096085 Raw Edit

Miscellany

public text v1 · immutable
#2096085 ·published 2011-12-23 22:56 UTC
rendered paste body
noinst_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