# Makefile.in generated by automake 1.6.3 from Makefile.am. # examples/sysc/pipe/Makefile. Generated from Makefile.in by configure. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. OBJEXT = o TARGET_ARCH = linux CXX_FILES = \ fsm.cpp \ main.cpp \ driver.cpp \ H_FILES = \ driver.h \ fsm.h \ fsm_OBJECTS = fsm.$(OBJEXT) main.$(OBJEXT) driver.$(OBJEXT) fsm_DEPENDENCIES = all: fsm fsm_LDFLAGS = fsm_LDADD = -L$(prefix)/lib-$(TARGET_ARCH) -lsystemc -lm LIBS = LDFLAGS = CXXLD = $(CXX) CXXLINK = $(CXXLD) $(CXXFLAGS) $(LDFLAGS) \ -o $@ fsm: $(fsm_OBJECTS) $(fsm_DEPENDENCIES) @rm -f fsm $(CXXLINK) $(fsm_LDFLAGS) $(fsm_OBJECTS) $(fsm_LDADD) $(LIBS) .SUFFIXES: .SUFFIXES: .cpp .o .obj srcdir = . prefix = /home/sviglas/courses/inf2c/systemC CXX = g++ DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" DEFAULT_INCLUDES = -I. -I$(srcdir) INCLUDES = -I$(prefix)/include CPPFLAGS = CXXFLAGS = -Wall -DSC_INCLUDE_FX -O3 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(CPPFLAGS) $(CXXFLAGS) .cpp.o: $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: