summaryrefslogtreecommitdiffstats
path: root/archives/extend/2013-August/000207.html
blob: 8d079aa61332e8d4af5b194da4d48a1c0cb817bd (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
 <HEAD>
   <TITLE> [99s-extend] [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%5BANN%5D%20erlang.mk%20build%20tool&In-Reply-To=%3C520CE37E.4090909%40ninenines.eu%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="000206.html">
   <LINK REL="Next"  HREF="000208.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[99s-extend] [ANN] erlang.mk build tool</H1>
    <B>Lo&#239;c Hoguin</B> 
    <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5BANN%5D%20erlang.mk%20build%20tool&In-Reply-To=%3C520CE37E.4090909%40ninenines.eu%3E"
       TITLE="[99s-extend] [ANN] erlang.mk build tool">essen at ninenines.eu
       </A><BR>
    <I>Thu Aug 15 16:19:42 CEST 2013</I>
    <P><UL>
        <LI>Previous message: <A HREF="000206.html">[99s-extend] [ANN] Farwest 0.3.0
</A></li>
        <LI>Next message: <A HREF="000208.html">[99s-extend] [erlang-questions] [ANN] erlang.mk build tool
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#207">[ date ]</a>
              <a href="thread.html#207">[ thread ]</a>
              <a href="subject.html#207">[ subject ]</a>
              <a href="author.html#207">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Hello friendly people,

I would like to make an official announcement of erlang.mk now that all 
the features I wanted are in.

erlang.mk is a rebar replacement. It was initially created for allowing 
a faster development process than rebar and for better compatibility 
with Linux build tools. It should work on Linux and OSX with GNU Make 
installed.

Projects using erlang.mk are still compatible with rebar. Dependencies 
fetched by rebar are stored in the same deps/ directory, and projects 
using erlang.mk can still be used as rebar dependencies, with or without 
a rebar.config file.

erlang.mk also features a simple package index. Try `make pkg-list` to 
list all packages currently available. All the packages listed are 
compatible with erlang.mk with no tweaking required.

Makefiles written with erlang.mk are *VERY* simple, here are two examples:

  *  <A HREF="https://github.com/extend/farwest/blob/master/Makefile">https://github.com/extend/farwest/blob/master/Makefile</A>
  *  <A HREF="https://github.com/extend/cowboy/blob/master/Makefile">https://github.com/extend/cowboy/blob/master/Makefile</A>

I wrote about erlang.mk and relx recently on the Nine Nines blog. 
erlang.mk is the perfect companion to relx.

  *  <A HREF="http://ninenines.eu/articles/erlang.mk-and-relx">http://ninenines.eu/articles/erlang.mk-and-relx</A>

Here are examples of projects that are using and compatible with erlang.mk:

  *  <A HREF="https://github.com/jlouis/etorrent">https://github.com/jlouis/etorrent</A>
  *  <A HREF="https://github.com/extend/cowboy">https://github.com/extend/cowboy</A>
  *  <A HREF="https://github.com/extend/farwest">https://github.com/extend/farwest</A>

You can find erlang.mk at the following URL:

  *  <A HREF="https://github.com/extend/erlang.mk">https://github.com/extend/erlang.mk</A>

Contributions to the package index are of course welcome! The only 
requirement is that the package is to be compatible with erlang.mk 
itself. Just send a PR to the erlang.mk project updating the 
packages.v1.txt!

Enjoy!

-- 
Lo&#239;c Hoguin
Erlang Cowboy
Nine Nines
<A HREF="http://ninenines.eu">http://ninenines.eu</A>

</PRE>

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

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