mercurial/monticello/Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 08 Feb 2018 09:54:32 +0000
changeset 808 ae9fdbfa8ba4
parent 548 cfbdb28f0fc7
permissions -rw-r--r--
Initial support of obsolete changesets * Added `HGChangeset >> isObsolete` testing method * Added `HGCHangeset >> successors` that returns immediaate sucessors changesets * Attempt to use an obsolete changeset would normally throw `HGObsoleteChangeset`
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
291
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
# $Header$
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
#
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
# DO NOT EDIT
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_libscm_mercurial_monticello.
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
#
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
#
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
#    make         - compile all st-files to a classLib
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
#    make clean   - clean all temp files
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
#    make clobber - clean all
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
#
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
# This file contains definitions for Unix based platforms.
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    17
#
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    18
# position (of this package) in directory hierarchy:
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20
TOP=../../..
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    22
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    23
# subdirectories where targets are to be made:
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    24
SUBDIRS=
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    25
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    26
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    27
# subdirectories where Makefiles are to be made:
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    28
# (only define if different from SUBDIRS)
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    29
# ALLSUBDIRS=
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    30
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    32
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    33
# if your embedded C code requires any system includes,
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    34
# add the path(es) here:,
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
548
cfbdb28f0fc7 Update project definition when selective commit adds class.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 291
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/monticello -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libscm/mercurial
291
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    38
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    39
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    40
# if you need any additional defines for embedded C code,
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    41
# add them here:,
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    44
LOCALDEFINES=
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    45
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    46
LIBNAME=libstx_libscm_mercurial_monticello
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=.  -varPrefix=$(LIBNAME)
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    48
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    49
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    52
LD_OBJ_LIBS=
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    53
LOCAL_SHARED_LIBS=
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    54
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    55
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    57
# additional C targets or libraries should be added below
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    58
LOCAL_EXTRA_TARGETS=
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    59
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    61
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    62
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    63
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    64
all:: preMake classLibRule postMake
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    65
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    66
pre_objs::  
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    67
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    68
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    69
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    70
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    71
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    72
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    73
# Enforce recompilation of package definition class if Mercurial working
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    74
# copy state changes. Together with --guessVersion it ensures that package
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    75
# definition class always contains correct binary revision string.
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    76
ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    77
stx_libscm_mercurial_monticello.$(O): $(shell hg root)/.hg/dirstate
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    78
endif
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    79
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    80
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    81
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    82
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    83
# run default testsuite for this package
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    84
test: $(TOP)/goodies/builder/reports
548
cfbdb28f0fc7 Update project definition when selective commit adds class.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 291
diff changeset
    85
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
291
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    86
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    87
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    88
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    89
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    90
# add more install actions here
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    91
install::
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    92
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    93
# add more install actions for aux-files (resources) here
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    94
installAux::
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    95
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    96
# add more preMake actions here
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    97
preMake::
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    98
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    99
# add more postMake actions here
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   100
postMake:: cleanjunk
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   101
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   102
# build all mandatory prerequisite packages (containing superclasses) for this package
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   103
prereq:
808
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   104
	cd ../../../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   105
	cd ../../../goodies/refactoryBrowser/parser && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   106
	cd ../../../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   107
	cd ../../../libbasic3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   108
	cd ../../../libcomp && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   109
	cd ../../../libui && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   110
	cd ../../../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   111
	cd ../../../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   112
	cd ../../../libwidg && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   113
	cd ../../../libwidg2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   114
	cd ../../../libcompat && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   115
	cd ../../../libtool && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   116
	cd ../../../goodies/monticello && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
291
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   117
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   118
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   119
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   120
# build all packages containing referenced classes for this package
548
cfbdb28f0fc7 Update project definition when selective commit adds class.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 291
diff changeset
   121
# they are not needed to compile the package (but later, to load it)
291
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   122
references:
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   123
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   124
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   125
cleanjunk::
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   126
	-rm -f *.s *.s2
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   127
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   128
clean::
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   129
	-rm -f *.o *.H
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   130
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   131
clobber:: clean
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   132
	-rm -f *.so *.dll
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   133
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   134
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   135
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
808
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   136
$(OUTDIR)HGMCVersionInfo.$(O) HGMCVersionInfo.$(C) HGMCVersionInfo.$(H): HGMCVersionInfo.st $(INCLUDE_TOP)/stx/goodies/monticello/MCAncestry.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCLazyVersionInfo.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCVersionInfo.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
ae9fdbfa8ba4 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 548
diff changeset
   137
$(OUTDIR)stx_libscm_mercurial_monticello.$(O) stx_libscm_mercurial_monticello.$(C) stx_libscm_mercurial_monticello.$(H): stx_libscm_mercurial_monticello.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
291
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   138
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   139
# ENDMAKEDEPEND --- do not remove this line
5213876de50a Initial support for Mercurial <--> Monticello interoperability.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   140