comp.lang.ada
 help / color / mirror / Atom feed
* organizing packages
@ 2014-10-03 14:54 Stribor40
  2014-10-03 14:58 ` Björn Lundin
  2014-10-03 18:35 ` Jacob Sparre Andersen
  0 siblings, 2 replies; 3+ messages in thread
From: Stribor40 @ 2014-10-03 14:54 UTC (permalink / raw)


I was wondering if there is neater way to organize packages...for example...

file1.ads
file1_body.adb
file1_client.adb

when I compile this "gnatmake file1_client.adb" file I would get bunch of other files.....

now if i wanted to use additional package for example...


file2.ads
file2_body.adb
file2_client.adb

when I compile this "gnatmake file2_client.adb" file I would get additional bunch of other files.....


Now this is going to be one crowded and disorganized folder by my doing. Can someone maybe show me how to organize this better please.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-03 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-03 14:54 organizing packages Stribor40
2014-10-03 14:58 ` Björn Lundin
2014-10-03 18:35 ` Jacob Sparre Andersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox