ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 31866: /trunk/doc/ /trunk/doc/: Make

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Thu, 11 Feb 2010 12:35:20 -0500
morriss@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31866

User: morriss
Date: 2010/02/11 09:25 AM

Log:
 Hmmm, suffix rules don't have dependencies, only prerequisites.

Can we use pattern rules:

http://www.gnu.org/software/automake/manual/make/Pattern-Rules.html

in make files instead of old fashioned suffix rules:

http://www.gnu.org/software/automake/manual/make/Suffix-Rules.html

? Or are there still systems (that we support) that don't like pattern rules?