summaryrefslogtreecommitdiffstats
path: root/archives/extend/2013-August/000212.html
blob: 45ac735370e3e17c4daf0d4a84f7a92e82cea233 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
 <HEAD>
   <TITLE> [99s-extend] [erlang-questions] [ANN] erlang.mk build tool
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5Berlang-questions%5D%20%5BANN%5D%20erlang.mk%20build%20tool&In-Reply-To=%3CCAJNb-9qrsb%3DpdXziwNiOa5EF12e3QieMyj0N6OdzGY%3D-0CCz%3DA%40mail.gmail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <style type="text/css">
       pre {
           white-space: pre-wrap;       /* css-2.1, curent FF, Opera, Safari */
           }
   </style>
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="000211.html">
   <LINK REL="Next"  HREF="000213.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[99s-extend] [erlang-questions] [ANN] erlang.mk build tool</H1>
    <B>Benoit Chesneau</B> 
    <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5Berlang-questions%5D%20%5BANN%5D%20erlang.mk%20build%20tool&In-Reply-To=%3CCAJNb-9qrsb%3DpdXziwNiOa5EF12e3QieMyj0N6OdzGY%3D-0CCz%3DA%40mail.gmail.com%3E"
       TITLE="[99s-extend] [erlang-questions] [ANN] erlang.mk build tool">bchesneau at gmail.com
       </A><BR>
    <I>Fri Aug 16 10:39:27 CEST 2013</I>
    <P><UL>
        <LI>Previous message: <A HREF="000211.html">[99s-extend] [erlang-questions] [ANN] erlang.mk build tool
</A></li>
        <LI>Next message: <A HREF="000213.html">[99s-extend] [erlang-questions] [ANN] erlang.mk build tool
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#212">[ date ]</a>
              <a href="thread.html#212">[ thread ]</a>
              <a href="subject.html#212">[ subject ]</a>
              <a href="author.html#212">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>The big problem with erlang.mk is requiring to have gmake and more
importantly wget installed imo.

Which makes it quite annoying to distribute on systems that have none of
them. It would be interrestin to have the support for curl for example.
Also what are the makefile extensions that you really need to require gmake?

- benoit


On Thu, Aug 15, 2013 at 4:19 PM, Lo&#239;c Hoguin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:

&gt;<i> Hello friendly people,
</I>&gt;<i>
</I>&gt;<i> I would like to make an official announcement of erlang.mk now that all
</I>&gt;<i> the features I wanted are in.
</I>&gt;<i>
</I>&gt;<i> erlang.mk is a rebar replacement. It was initially created for allowing a
</I>&gt;<i> faster development process than rebar and for better compatibility with
</I>&gt;<i> Linux build tools. It should work on Linux and OSX with GNU Make installed.
</I>&gt;<i>
</I>&gt;<i> Projects using erlang.mk are still compatible with rebar. Dependencies
</I>&gt;<i> fetched by rebar are stored in the same deps/ directory, and projects using
</I>&gt;<i> erlang.mk can still be used as rebar dependencies, with or without a
</I>&gt;<i> rebar.config file.
</I>&gt;<i>
</I>&gt;<i> erlang.mk also features a simple package index. Try `make pkg-list` to
</I>&gt;<i> list all packages currently available. All the packages listed are
</I>&gt;<i> compatible with erlang.mk with no tweaking required.
</I>&gt;<i>
</I>&gt;<i> Makefiles written with erlang.mk are *VERY* simple, here are two examples:
</I>&gt;<i>
</I>&gt;<i>  *  <A HREF="https://github.com/extend/**farwest/blob/master/Makefile&lt;https://github.com/extend/farwest/blob/master/Makefile">https://github.com/extend/**farwest/blob/master/Makefile&lt;https://github.com/extend/farwest/blob/master/Makefile</A>&gt;
</I>&gt;<i>  *  <A HREF="https://github.com/extend/**cowboy/blob/master/Makefile&lt;https://github.com/extend/cowboy/blob/master/Makefile">https://github.com/extend/**cowboy/blob/master/Makefile&lt;https://github.com/extend/cowboy/blob/master/Makefile</A>&gt;
</I>&gt;<i>
</I>&gt;<i> I wrote about erlang.mk and relx recently on the Nine Nines blog.
</I>&gt;<i> erlang.mk is the perfect companion to relx.
</I>&gt;<i>
</I>&gt;<i>  *  <A HREF="http://ninenines.eu/articles/**erlang.mk-and-relx&lt;http://ninenines.eu/articles/erlang.mk-and-relx">http://ninenines.eu/articles/**erlang.mk-and-relx&lt;http://ninenines.eu/articles/erlang.mk-and-relx</A>&gt;
</I>&gt;<i>
</I>&gt;<i> Here are examples of projects that are using and compatible with erlang.mk
</I>&gt;<i> :
</I>&gt;<i>
</I>&gt;<i>  *  <A HREF="https://github.com/jlouis/**etorrent&lt;https://github.com/jlouis/etorrent">https://github.com/jlouis/**etorrent&lt;https://github.com/jlouis/etorrent</A>&gt;
</I>&gt;<i>  *  <A HREF="https://github.com/extend/**cowboy">https://github.com/extend/**cowboy</A> &lt;<A HREF="https://github.com/extend/cowboy">https://github.com/extend/cowboy</A>&gt;
</I>&gt;<i>  *  <A HREF="https://github.com/extend/**farwest&lt;https://github.com/extend/farwest">https://github.com/extend/**farwest&lt;https://github.com/extend/farwest</A>&gt;
</I>&gt;<i>
</I>&gt;<i> You can find erlang.mk at the following URL:
</I>&gt;<i>
</I>&gt;<i>  *  <A HREF="https://github.com/extend/**erlang.mk&lt;https://github.com/extend/erlang.mk">https://github.com/extend/**erlang.mk&lt;https://github.com/extend/erlang.mk</A>&gt;
</I>&gt;<i>
</I>&gt;<i> Contributions to the package index are of course welcome! The only
</I>&gt;<i> requirement is that the package is to be compatible with erlang.mkitself. Just send a PR to the
</I>&gt;<i> erlang.mk project updating the packages.v1.txt!
</I>&gt;<i>
</I>&gt;<i> Enjoy!
</I>&gt;<i>
</I>&gt;<i> --
</I>&gt;<i> Lo&#239;c Hoguin
</I>&gt;<i> Erlang Cowboy
</I>&gt;<i> Nine Nines
</I>&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
</I>&gt;<i> ______________________________**_________________
</I>&gt;<i> erlang-questions mailing list
</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">erlang-questions at erlang.org</A>
</I>&gt;<i> <A HREF="http://erlang.org/mailman/**listinfo/erlang-questions&lt;http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/**listinfo/erlang-questions&lt;http://erlang.org/mailman/listinfo/erlang-questions</A>&gt;
</I>&gt;<i>
</I>-------------- next part --------------
An HTML attachment was scrubbed...
URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20130816/ff4591a1/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20130816/ff4591a1/attachment.html</A>&gt;
</PRE>

<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="000211.html">[99s-extend] [erlang-questions] [ANN] erlang.mk build tool
</A></li>
	<LI>Next message: <A HREF="000213.html">[99s-extend] [erlang-questions] [ANN] erlang.mk build tool
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#212">[ date ]</a>
              <a href="thread.html#212">[ thread ]</a>
              <a href="subject.html#212">[ subject ]</a>
              <a href="author.html#212">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>