liveness variants with ir_nodeset_t
[libfirm] / ir / st / Makefile.in
index d67e179..144a2e1 100644 (file)
@@ -1,8 +1,13 @@
-# Hey Emacs, this is a -*- makefile -*-
 #
-# libFIRM Project
-#
-# $Id$
+# Project:     libFIRM
+# File name:   ir/st/Makefile.in
+# Purpose:
+# Author:      Florian Liekweg, Till Riedel
+# Modified by:
+# Created:
+# CVS-ID:      $Id$
+# Copyright:   (c) 2001-2003 Universität Karlsruhe
+# Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
 #
 
 top_srcdir := @top_srcdir@
@@ -10,11 +15,11 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/st
 
-INSTALL_HEADERS = st.h exc.h bs.h
+INSTALL_HEADERS =
 
 SOURCES = $(INSTALL_HEADERS)
 
-SOURCES += Makefile.in st.c  exc.c
+SOURCES += Makefile.in st.c exc.c st.h exc.h bs.h
 
 
 include $(topdir)/MakeRules