Bug 779 - Makefile != bash script
Summary: Makefile != bash script
Status: ASSIGNED
Alias: None
Product: BpmCount
Classification: Unclassified
Component: Packaging (show other bugs)
Version: 0.1
Hardware: PC Linux
: Future trivial
Assignee: greg elliott
URL:
Depends on:
Blocks:
 
Reported: 2008-08-31 18:44 CEST by Werner Van Belle
Modified: 2008-08-31 18:48 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Werner Van Belle 2008-08-31 18:48:18 CEST
The same for the .so file generation. These should be seperate rules to be clean.
Description Werner Van Belle 2008-08-31 18:44:20 CEST
The bpmcount makefile contains the following line. Clearly each program that is generated should be its own line, so should libbpm-example

bpmcount: bpmcount.o bpmCounter.o libbpm.o common.o files.o memory.o signals.o types.o
        $(LINK) $^ -o $@
        $(LINK) -dynamiclib -o libbpm.so $^
        $(LINK) libbpm-example.cpp libbpm.so -o libbpm-example