~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/os_mon/c_src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
PORT_ENTRY_POINT=erl_port_entry
62
62
ENTRY_LDFLAGS=-entry:$(PORT_ENTRY_POINT)
63
63
else
 
64
ifeq ($(findstring vxworks_simso,$(TARGET)),vxworks_simso)
 
65
PROGRAMS =
 
66
else
64
67
PROGRAMS = \
65
68
        memsup @os_mon_programs@
66
69
C_FILES= $(PROGRAMS:%=%.c)
67
70
endif
 
71
endif
68
72
 
69
73
TARGET_FILES= $(PROGRAMS:%=$(BINDIR)/%)
70
74
 
123
127
# ---------------------------------------------------- 
124
128
include $(ERL_TOP)/make/otp_release_targets.mk
125
129
 
 
130
ifeq ($(findstring vxworks_simso,$(TARGET)),vxworks_simso)
 
131
release_spec:
 
132
else
126
133
release_spec: opt
127
134
        $(INSTALL_DIR) $(RELSYSDIR)/src
128
135
        $(INSTALL_DATA) $(C_FILES) $(RELSYSDIR)/src
129
136
        $(INSTALL_DIR) $(RELSYSDIR)/priv/bin
130
137
        $(INSTALL_PROGRAM) $(TARGET_FILES) $(RELSYSDIR)/priv/bin
 
138
endif
131
139
 
132
140
release_docs_spec: