On Fri, 14 Sep 2001, Gibbs Tanton - Tgibbs wrote: > Ok, > I'll fix it to where all header files are in a separate parrot subdirectory. Sigh. Here's my original proposal again. > > cd parrot # Or wherever you've got the parrot source. > mkdir include > mkdir include/parrot > mv *.h include/parrot > > changing parrot.h to do #include "parrot/config.h" and > then changing > Makefile to add -I./include to CCFLAGS. The reason you don't just want a parrot/ subdirectory is that you might want to build an executable named 'parrot' that would conflict with the directory name. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042
- Half-completed parrot/parrot.h conversion? Gregor N. Purdy
- RE: Half-completed parrot/parrot.h conversion? Gibbs Tanton - tgibbs
- Re: Half-completed parrot/parrot.h conversi... Damien Neil
- RE: Half-completed parrot/parrot.h conversion? Dan Sugalski
- RE: Half-completed parrot/parrot.h conversi... Robert Spier
- Re: Half-completed parrot/parrot.h conversi... Ask Bjoern Hansen
- RE: Half-completed parrot/parrot.h conversion? Gregor N. Purdy
- RE: Half-completed parrot/parrot.h conversi... Dan Sugalski
- RE: Half-completed parrot/parrot.h conversion? Gibbs Tanton - tgibbs
- RE: Half-completed parrot/parrot.h conversi... Andy Dougherty
- RE: Half-completed parrot/parrot.h conversion? Gibbs Tanton - tgibbs
- RE: Half-completed parrot/parrot.h conversi... Dan Sugalski
- RE: Half-completed parrot/parrot.h conversi... Brent Dax
- RE: Half-completed parrot/parrot.h conversi... Brent Dax
- RE: Half-completed parrot/parrot.h conversion? Gibbs Tanton - tgibbs
- RE: Half-completed parrot/parrot.h conversi... Gregor N. Purdy
- RE: Half-completed parrot/parrot.h conversion? Gibbs Tanton - tgibbs