[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #include in a C file
From: |
Noel David Torres Taño |
Subject: |
Re: #include in a C file |
Date: |
Sat, 4 Dec 2010 16:44:39 +0000 |
User-agent: |
KMail/1.13.5 (Linux/2.6.32-5-amd64; KDE/4.4.5; x86_64; ; ) |
On Sábado 04 Diciembre 2010 11:05:41 ali hagigat escribió:
> the section 4.13 makes reader confused a bit!!
No, section 4.13 does not confuses reader, in general, even if it confuse you.
Do you really understand what is this all about?
A possible use of both -M and individual Makefiles together is to use -M to
update the makefiles:
%.Makefile : %.c
cc -M $< > $@
include foo.Makefile bar.Makefile baz.Makefile
All right?
- #include in a C file, ali hagigat, 2010/12/01
- Re: #include in a C file, Paul Smith, 2010/12/01
- Re: #include in a C file, David Boyce, 2010/12/01
- Re: #include in a C file, ali hagigat, 2010/12/04
- Re: #include in a C file, Sam Ravnborg, 2010/12/04
- Re: #include in a C file, ali hagigat, 2010/12/05
- Re: #include in a C file, Sam Ravnborg, 2010/12/05
- Re: #include in a C file, ali hagigat, 2010/12/05
- Re: #include in a C file, Sam Ravnborg, 2010/12/05
- Re: #include in a C file, ali hagigat, 2010/12/06
- Re: #include in a C file, Sam Ravnborg, 2010/12/06
- Re: #include in a C file, ali hagigat, 2010/12/06
- Re: #include in a C file, Paul Smith, 2010/12/06
- Re: #include in a C file, ali hagigat, 2010/12/07