~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to src/common/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
libcommon_la_SOURCES =                  \
32
32
        assoc_mgr.c assoc_mgr.h         \
 
33
        basil_resv_conf.c basil_resv_conf.h \
33
34
        xmalloc.c xmalloc.h             \
34
35
        xassert.c xassert.h             \
35
36
        xstring.c xstring.h             \
56
57
        slurm_cred.h                    \
57
58
        slurm_cred.c                    \
58
59
        slurm_errno.c                   \
 
60
        slurm_priority.c                \
 
61
        slurm_priority.h                \
59
62
        slurm_protocol_api.c            \
60
63
        slurm_protocol_api.h            \
61
64
        slurm_protocol_pack.c           \
90
93
        hostlist.c hostlist.h           \
91
94
        slurm_step_layout.c slurm_step_layout.h \
92
95
        checkpoint.c checkpoint.h       \
 
96
        select_job_res.c select_job_res.h       \
93
97
        parse_time.c parse_time.h       \
94
98
        job_options.c job_options.h     \
95
99
        global_defaults.c               \
96
100
        timers.c timers.h               \
97
101
        slurm_xlator.h                  \
98
102
        stepd_api.c stepd_api.h         \
99
 
        proc_args.c proc_args.h         
 
103
        write_labelled_message.c        \
 
104
        write_labelled_message.h        \
 
105
        proc_args.c proc_args.h         \
 
106
        slurm_strcasestr.c slurm_strcasestr.h           
100
107
 
101
108
EXTRA_libcommon_la_SOURCES =    \
102
109
        $(extra_unsetenv_src)
118
125
 
119
126
libcommon_la_LDFLAGS  = $(LIB_LDFLAGS) -module --export-dynamic
120
127
 
121
 
# This was made so we chould export all symbols from libcommon 
 
128
# This was made so we could export all symbols from libcommon 
122
129
# on multiple platforms
123
130
libcommon_o_SOURCES = 
124
131
libcommon.o :  $(libcommon_la_OBJECTS) $(libcommon_la_DEPENDENCIES) 
125
 
        $(libcommon_la_LINK)  $(libcommon_la_OBJECTS) 
 
132
        $(LINK)  $(libcommon_la_OBJECTS) 
126
133
 
127
 
# This was made so we chould export all symbols from libeio 
 
134
# This was made so we could export all symbols from libeio 
128
135
# on multiple platforms
129
136
libeio_o_SOURCES = 
130
137
libeio.o :  $(libeio_la_OBJECTS) $(libeio_la_DEPENDENCIES) 
131
138
        $(LINK)  $(libeio_la_OBJECTS) 
132
139
 
133
 
# This was made so we chould export all symbols from libspank 
 
140
# This was made so we could export all symbols from libspank 
134
141
# on multiple platforms
135
142
libspank_o_SOURCES = 
136
143
libspank.o :  $(libspank_la_OBJECTS) $(libspank_la_DEPENDENCIES)