~adrian-arroyocalle/freerct/freerct

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: charlespigott at googlemail
  • Date: 2013-07-09 17:30:05 UTC
  • Revision ID: svn-v4:d3bf82d2-0c16-e458-5408-27be57bd1276:trunk:780
-Codechange: Reorganise the project files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with FreeRCT. If not, see <http://www.gnu.org/licenses/>.
7
7
#
8
8
 
 
9
.PHONY: doc viewdoc build run rcd clean all
9
10
 
10
 
.PHONY: doc viewdoc build run rcd clean
 
11
all: rcd build
11
12
 
12
13
build:
13
14
        $(MAKE) -C src
14
15
 
15
16
rcd:
16
 
        $(MAKE) -C rcd
 
17
        $(MAKE) -C src/rcdgen
 
18
        $(MAKE) -C graphics/rcd
17
19
 
18
20
clean:
19
21
        $(MAKE) -C src clean
20
 
        $(MAKE) -C rcd clean
 
22
        $(MAKE) -C graphics/rcd clean
 
23
        $(MAKE) -C src/rcdgen clean
21
24
 
22
25
run:
23
26
        $(MAKE) -C src run