# Hey Emacs, this is a -*- makefile -*- # # libFIRM Project # # $Id$ # top_srcdir := @top_srcdir@ srcdir = @srcdir@ topdir = ../.. subdir := ir/ident INSTALL_HEADERS = ident.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in ident.c ident_t.h include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common include $(top_srcdir)/MakeTargets all: subdir.o