[Uml-devel] uml/uml/headings heading.h,1.2,1.3 heading.java,NONE,1.1 template.cpp,1.2,1.3 Makefile.in,1.2,1.3

jriddell at users.sourceforge.net jriddell at users.sourceforge.net
Sat Jul 20 16:07:01 UTC 2002


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

Modified Files:
	Makefile.in 
Added Files:
	heading.h heading.java template.cpp 
Log Message:
These files are included in exported code, they don't contain any code themselves



--- NEW FILE: heading.java ---
/************************************************************************
  			%filename% - Copyright %author%

Here you can write a license for your code, some comments or any other
information you want to have in your generated code. To to this simply
configure the "headings" directory in uml to point to a directory
where you have your heading files.

or you can just replace the contents of this file with your own.
If you want to do this, this file is located at

%headingpath%

-->Code Generators searches for heading files based on the file extension
   i.e. it will look for a file name ending in ".h" to include in C++ header
   files, and for a file name ending in ".java" to include in all generated
   java code.
   If you name the file "heading.<extension>", Code Generator will always
   choose this file even if there are other files with the same extension in the
   directory. If you name the file something else, it must be the only one with that
   extension in the directory to guarantee that Code Generator will choose it.

you can use variables in your heading files which are replaced at generation
time. possible variables are : author, date, time, filename and filepath.
just write %variable_name%

This file was generated on %date% at %time%
The original location of this file is %filepath%
**************************************************************************/


Index: Makefile.in
===================================================================
RCS file: /cvsroot/uml/uml/uml/headings/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.in	17 Jul 2002 21:55:04 -0000	1.2
--- Makefile.in	20 Jul 2002 23:06:51 -0000	1.3
***************
*** 1,7 ****
  # KDE tags expanded automatically by am_edit - $Revision$ 
! # Makefile.in generated by automake 1.6.2 from Makefile.am.
! # @configure_input@
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
--- 1,6 ----
  # KDE tags expanded automatically by am_edit - $Revision$ 
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
***************
*** 15,18 ****
--- 14,20 ----
  
  @SET_MAKE@
+ 
+ ####### kdevelop will overwrite this part!!! (begin)##########
+ 
  SHELL = @SHELL@
  
***************
*** 45,55 ****
  AUTOHEADER = @AUTOHEADER@
  
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  INSTALL = @INSTALL@
  INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
- install_sh_DATA = $(install_sh) -c -m 644
- install_sh_PROGRAM = $(install_sh) -c
- install_sh_SCRIPT = $(install_sh) -c
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_HEADER = $(INSTALL_DATA)
--- 47,53 ----
***************
*** 67,74 ****
  target_alias = @target_alias@
  target_triplet = @target@
- 
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
  AMTAR = @AMTAR@
  AS = @AS@
--- 65,68 ----
***************
*** 87,90 ****
--- 81,85 ----
  DPMSINC = @DPMSINC@
  DPMSLIB = @DPMSLIB@
+ EXEEXT = @EXEEXT@
  GCJ = @GCJ@
  GCJFLAGS = @GCJFLAGS@
***************
*** 115,119 ****
  LEX = @LEX@
  LEXLIB = @LEXLIB@
- LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  LIBCOMPAT = @LIBCOMPAT@
  LIBCRYPT = @LIBCRYPT@
--- 110,113 ----
***************
*** 165,168 ****
--- 159,163 ----
  NOREPO = @NOREPO@
  OBJDUMP = @OBJDUMP@
+ OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
  PAMLIBS = @PAMLIBS@
***************
*** 230,234 ****
  x_libraries = @x_libraries@
  
- ####### kdevelop will overwrite this part!!! (begin)##########
  noinst_LIBRARIES = libheadings.a
  
--- 225,228 ----
***************
*** 275,278 ****
--- 269,281 ----
  
  .SUFFIXES:
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+ 
+ clean-libtool:
+ 	-rm -rf .libs _libs
+ 
+ distclean-libtool:
+ 	-rm -f libtool
  $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  #>- 	cd $(top_srcdir) && \
***************
*** 283,287 ****
  	cd $(top_srcdir) && perl admin/am_edit uml/headings/Makefile.in
  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  
  AR = ar
--- 286,292 ----
  	cd $(top_srcdir) && perl admin/am_edit uml/headings/Makefile.in
  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) && \
! 	CONFIG_HEADERS= CONFIG_LINKS= \
! 	CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  
  AR = ar
***************
*** 299,321 ****
  distclean-compile:
  	-rm -f *.tab.c
- 
- mostlyclean-libtool:
- 	-rm -f *.lo
- 
- clean-libtool:
- 	-rm -rf .libs _libs
- 
- distclean-libtool:
- 	-rm -f libtool
  uninstall-info-am:
  tags: TAGS
  TAGS:
  
- #>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- #>+ 4
- KDE_DIST=libheadings.a 
- 
- DISTFILES= $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
  
  
  top_distdir = ../..
--- 304,313 ----
  distclean-compile:
  	-rm -f *.tab.c
  uninstall-info-am:
  tags: TAGS
  TAGS:
  
  
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
  top_distdir = ../..
***************
*** 323,340 ****
  
  distdir: $(DISTFILES)
! 	@list='$(DISTFILES)'; for file in $$list; do \
! 	if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  	dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  	if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	dir="/$$dir"; \
! 	$(mkinstalldirs) "$(distdir)$$dir"; \
! 	else \
! 	dir=''; \
  	fi; \
  	if test -d $$d/$$file; then \
! 	if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 	cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
! 	fi; \
! 	cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  	else \
  	test -f $(distdir)/$$file \
--- 315,327 ----
  
  distdir: $(DISTFILES)
! 	@for file in $(DISTFILES); do \
! 	if test -f $$file; then d=.; else d=$(srcdir); fi; \
  	dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  	if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	$(mkinstalldirs) "$(distdir)/$$dir"; \
  	fi; \
  	if test -d $$d/$$file; then \
! 	cp -pR $$d/$$file $(distdir) \
! 	|| exit 1; \
  	else \
  	test -f $(distdir)/$$file \
***************
*** 360,364 ****
  install-strip:
  	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- 	INSTALL_STRIP_FLAG=-s \
  	`test -z '$(STRIP)' || \
  	echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
--- 347,350 ----
***************
*** 368,372 ****
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
  
  maintainer-clean-generic:
--- 354,358 ----
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:






More information about the umbrello-devel mailing list