~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/srv/Makefile.common

  • Committer: Martin Decky
  • Date: 2010-03-19 18:30:12 UTC
  • Revision ID: martin@uranus.dsrg.hide.ms.mff.cuni.cz-20100319183012-rmyqumxyx09q51kd
more autotooling: run actually the compiler in autotool.py and detect sizes of integers, generate common.h
more build system cleanup: remove redundancy, remove config.defs, merge kernel makefiles to a single file

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    $(LIBC_PREFIX)/../../../Makefile.common \
67
67
    $(LIBC_PREFIX)/../../../Makefile.config \
68
68
    $(LIBC_PREFIX)/../../../config.h \
69
 
    $(LIBC_PREFIX)/../../../config.defs \
70
69
    $(LIBS) \
71
70
    \
72
71
    $(OUTPUT) $(OUTPUT).disasm \
77
76
        rm -f $(DEPEND) $(DEPEND_PREV) $(JOB) $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm $(EXTRA_OUTPUT)
78
77
        find . -name '*.o' -follow -exec rm \{\} \;
79
78
 
80
 
build: 
 
79
build:
81
80
 
82
81
-include $(DEPEND)
83
82