[Uml-devel] uml/uml/headings Makefile.am,NONE,1.1

jriddell at users.sourceforge.net jriddell at users.sourceforge.net
Sat Jul 20 18:49:01 UTC 2002


Update of /cvsroot/uml/uml/uml/headings
In directory usw-pr-cvs1:/tmp/cvs-serv21247

Added Files:
	Makefile.am 
Log Message:
Somehow forgot this one on the import


--- NEW FILE: Makefile.am ---
####### kdevelop will overwrite this part!!! (begin)##########
noinst_LIBRARIES = libheadings.a

INCLUDES = $(all_includes)

libheadings_a_METASOURCES = AUTO

libheadings_a_SOURCES = 


EXTRA_DIST = heading.java heading.h template.cpp 

install-data-local:
	$(mkinstalldirs) $(kde_datadir)/uml/headings/
	$(INSTALL_DATA) $(srcdir)/heading.java $(kde_datadir)/uml/headings/heading.java
	$(mkinstalldirs) $(kde_datadir)/uml/headings/
	$(INSTALL_DATA) $(srcdir)/heading.h $(kde_datadir)/uml/headings/heading.h
	$(mkinstalldirs) $(kde_datadir)/uml/headings/
	$(INSTALL_DATA) $(srcdir)/template.cpp $(kde_datadir)/uml/headings/template.cpp

uninstall-local:
	-rm -f $(kde_datadir)/uml/headings/heading.java
	-rm -f $(kde_datadir)/uml/headings/heading.h
	-rm -f $(kde_datadir)/uml/headings/template.cpp

####### kdevelop will overwrite this part!!! (end)############






More information about the umbrello-devel mailing list