Changeset 1228 for trunk/Makefile.in


Ignore:
Timestamp:
Nov 24, 2008, 9:48:03 AM (16 years ago)
Author:
gah
Message:

Fixes for parallel makes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r1189 r1228  
    3535
    3636ifneq ($(ENABLE_GUI),)
    37   TARGETS += gui lang examples lib
     37  TARGETS += gui lang lib examples
    3838endif
    3939
     40.NOTPARALLEL:
    4041
    4142.PHONY: $(TARGETS)
     
    4546src:
    4647        $(MAKE) -C src all
    47 gui:
     48gui: 
    4849        $(MAKE) -C gui all
    49 lang:
     50lang: 
    5051        $(MAKE) -C lang all
    51 lib:
     52examples:
     53        $(MAKE) -C examples all
     54lib:
    5255        $(MAKE) -C lib all
    53 examples:
    54         $(MAKE) -C examples all
    55 test:
     56test:
    5657        #$(MAKE) -C test all
    5758
Note: See TracChangeset for help on using the changeset viewer.