experiments/Make.proto
author Claus Gittinger <cg@exept.de>
Thu, 22 Dec 2005 18:00:03 +0100
changeset 2125 cfa7b540ebf1
parent 749 e898eaeff091
child 2152 1cbdfbcc685c
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
# $Header: /cvs/stx/stx/libjava/experiments/Make.proto,v 1.1 2011/08/18 19:06:54 vrany Exp $
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
# DO NOT EDIT
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_libjava_experiments.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     8
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    10
#    make         - compile all st-files to a classLib
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    11
#    make clean   - clean all temp files
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    12
#    make clobber - clean all
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    13
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    14
# This file contains definitions for Unix based platforms.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    16
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    17
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    18
# position (of this package) in directory hierarchy:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    20
TOP=../..
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    22
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    23
# subdirectories where targets are to be made:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    24
SUBDIRS=
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    25
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    26
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    27
# subdirectories where Makefiles are to be made:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    28
# (only define if different from SUBDIRS)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    29
# ALLSUBDIRS=
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    30
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    32
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    33
# if your embedded C code requires any system includes,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    34
# add the path(es) here:,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    38
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    39
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    40
# if you need any additional defines for embedded C code,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    41
# add them here:,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    44
LOCALDEFINES=
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    45
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    46
LIBNAME=libstx_libjava_experiments
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H.  -varPrefix=$(LIBNAME)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    48
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    49
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    52
LD_OBJ_LIBS=
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    53
LOCAL_SHARED_LIBS=
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    54
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    55
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    57
# additional C targets or libraries should be added below
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    58
LOCAL_EXTRA_TARGETS=
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    59
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    61
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    62
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    63
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    64
all:: preMake classLibRule postMake
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    65
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    66
pre_objs::  
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    67
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    68
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    69
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    70
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    71
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    72
# add more install actions here
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    73
install::
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    74
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    75
# add more install actions for aux-files (resources) here
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    76
installAux::
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    77
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    78
# add more preMake actions here
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    79
preMake::
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    80
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    81
# add more postMake actions here
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    82
postMake:: cleanjunk
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    83
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    84
prereq: $(REQUIRED_SUPPORT_DIRS)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    85
	cd ../../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    86
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    87
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    88
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    89
cleanjunk::
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    90
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    91
clean::
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    92
	-rm -f *.o *.H
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    93
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    94
clobber:: clean
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    95
	-rm -f *.so *.dll
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    96
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    97
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    98
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    99
$(OUTDIR)FooLookup.$(O) FooLookup.$(H): FooLookup.st $(INCLUDE_TOP)/stx/libbasic/Lookup.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   100
$(OUTDIR)NoReflectionObject.$(O) NoReflectionObject.$(H): NoReflectionObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   101
$(OUTDIR)PerformanceTestStObject.$(O) PerformanceTestStObject.$(H): PerformanceTestStObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   102
$(OUTDIR)StCounter.$(O) StCounter.$(H): StCounter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   103
$(OUTDIR)StHashSet.$(O) StHashSet.$(H): StHashSet.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   104
$(OUTDIR)StString.$(O) StString.$(H): StString.st $(INCLUDE_TOP)/stx/libbasic/String.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   105
$(OUTDIR)stx_libjava_experiments.$(O) stx_libjava_experiments.$(H): stx_libjava_experiments.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   106
$(OUTDIR)StIdentityCounter.$(O) StIdentityCounter.$(H): StIdentityCounter.st $(INCLUDE_TOP)/stx/libjava/experiments/StCounter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   107
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   108
# ENDMAKEDEPEND --- do not remove this line
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   109