~statik/mup/stop-the-line

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Gustavo Niemeyer
  • Date: 2008-08-10 18:24:29 UTC
  • Revision ID: gustavo@niemeyer.net-20080810182429-zhcgbpy5rw1pzcwf
mup is now run as an OTP application, including its own root supervisor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
SOURCES= \
13
13
        mup.erl \
 
14
        mup_sup.erl \
 
15
        mup_server.erl \
14
16
        mup_server_sup.erl \
15
 
        mup_server.erl \
16
 
        mup_util.erl \
 
17
        mup_plugin.erl \
17
18
        mup_plugin_sup.erl \
18
 
        mup_plugin.erl \
19
19
        mup_launchpad.erl \
 
20
        mup_util.erl \
20
21
        mup_app_tests.erl \
21
22
        mock.erl \
22
23
        mock_tcp.erl \