~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to gnustep-objc/GNUmakefile.postamble

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# postprocessing
 
2
 
 
3
ADDITIONAL_INCLUDE_DIRS += \
 
4
        -Iconfig/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) \
 
5
        -Iconfig/$(GNUSTEP_TARGET_CPU)/generic \
 
6
        -I.. -I.
 
7
 
 
8
before-all:: $(GNUSTEP_OBJ_DIR)/thr-backends
 
9
        @(if ! test -L ./objc; then\
 
10
            ln -sf . ./objc;\
 
11
          fi)
 
12
 
 
13
after-clean ::
 
14
        rm -f ./objc
 
15
 
 
16
distclean ::
 
17
        rm -f config.make
 
18
 
 
19
ifeq ($(gc),xyes)
 
20
 
 
21
after-install::
 
22
        for file in $(GC_HEADER_FILES) __done; do \
 
23
          if [ $$file != __done ]; then \
 
24
            $(INSTALL_DATA) $(GC_HEADER_FILES_DIR)/$$file \
 
25
            $(GNUSTEP_HEADERS)$(libobjc_HEADER_FILES_INSTALL_DIR)/$$file ; \
 
26
          fi; \
 
27
        done;
 
28
 
 
29
endif
 
30
 
 
31
$(GNUSTEP_OBJ_DIR)/thr-backends: $(GNUSTEP_OBJ_DIR)
 
32
        @if [ ! -d $@ ]; then echo mkdir $@; mkdir $@; fi
 
33
 
 
34
include fhs.make